Color Hex Logo

#95cfcd Color Hex

#95CFCD
(149,207,205)
0 Favorites   0 Comments

Color spaces of #95cfcd

RGB 149207205
HSL0.490.380.70
HSV178°28°81°
CMYK 0.280.000.01   0.19
XYZ45.726755.423066.0453
Yxy55.42300.27350.3315
Hunter Lab74.4466-20.6431-0.4865
CIE-Lab79.2843-18.9238-5.0169

#95cfcd color RGB value is (149,207,205).

#95cfcd hex color red value is 149, green value is 207 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #95cfcd hue: 0.49 , saturation: 0.38 and the lightness value of 95cfcd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001111 11001101
Octal 225 317 315
Decimal 149 207 205
Hex 95 CF CD

RGB Percentages of Color #95cfcd

%26.56
%36.90
%36.54

CMYK Percentages of Color #95cfcd

%28
%0
%1
%19

Triadic Colors of #95cfcd

#95cfcd #cd95cf #cfcd95

Analogous Colors of #95cfcd

#95cfcd #95b4cf #95cfb0

Monochromatic Colors of #95cfcd

#95cfcd

Complementary Color

#95cfcd #cf9597

#95cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cfcd Color CSS Codes

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

#95cfcd Text Font Color

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

This sample text font color is #95cfcd
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.


#95cfcd Background Color

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

This div background color is #95cfcd


#95cfcd Border Color

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

This div border color is #95cfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cfcd


Comments

No comments written yet.

Please login to write comment.