Color Hex Logo

#95cebc Color Hex

#95CEBC
(149,206,188)
0 Favorites   0 Comments

Color spaces of #95cebc

RGB 149206188
HSL0.450.370.70
HSV161°28°81°
CMYK 0.280.000.09   0.19
XYZ43.542854.163055.7365
Yxy54.16300.28380.3530
Hunter Lab73.5955-23.18266.6144
CIE-Lab78.5567-22.12673.0399

#95cebc color RGB value is (149,206,188).

#95cebc hex color red value is 149, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #95cebc hue: 0.45 , saturation: 0.37 and the lightness value of 95cebc is 0.70.

The process color (four color CMYK) of #95cebc color hex is 0.28, 0.00, 0.09, 0.19. Web safe color of #95cebc is #99cccc. Color #95cebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001110 10111100
Octal 225 316 274
Decimal 149 206 188
Hex 95 CE BC

RGB Percentages of Color #95cebc

%27.44
%37.94
%34.62

CMYK Percentages of Color #95cebc

%28
%0
%9
%19

Triadic Colors of #95cebc

#95cebc #bc95ce #cebc95

Analogous Colors of #95cebc

#95cebc #95c4ce #95cea0

Monochromatic Colors of #95cebc

#95cebc

Complementary Color

#95cebc #ce95a7

#95cebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cebc Color CSS Codes

.mybgcolor {background-color:#95cebc; } 
.myforecolor {color:#95cebc; }
.mybordercolor {border:3px solid #95cebc; }

#95cebc Text Font Color

<p style="color:#95cebc">Text here</p>

This sample text font color is #95cebc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#95cebc Background Color

<div style="background-color:#95cebc">
Div content here</div>

This div background color is #95cebc


#95cebc Border Color

<div style="border:3px solid #95cebc">
Div here</div>

This div border color is #95cebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,206,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95cebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95cebc;
  -webkit-box-shadow: 1px 1px 3px 2px #95cebc;
  box-shadow:         1px 1px 3px 2px #95cebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,206,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #95cebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #95cebc;
  -webkit-box-shadow: 1px 1px 3px 2px #95cebc;
  box-shadow:         1px 1px 3px 2px #95cebc;">
Div content here</div>

This div box has shadow with color #95cebc


Comments

No comments written yet.

Please login to write comment.