Color Hex Logo

#95cfca Color Hex

#95CFCA
(149,207,202)
0 Favorites   0 Comments

Color spaces of #95cfca

RGB 149207202
HSL0.490.380.70
HSV175°28°81°
CMYK 0.280.000.02   0.19
XYZ45.367955.279564.1560
Yxy55.27950.27530.3354
Hunter Lab74.3502-21.19350.8844
CIE-Lab79.2020-19.5964-3.5288

#95cfca color RGB value is (149,207,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001111 11001010
Octal 225 317 312
Decimal 149 207 202
Hex 95 CF CA

RGB Percentages of Color #95cfca

%26.70
%37.10
%36.20

CMYK Percentages of Color #95cfca

%28
%0
%2
%19

Triadic Colors of #95cfca

#95cfca #ca95cf #cfca95

Analogous Colors of #95cfca

#95cfca #95b7cf #95cfad

Monochromatic Colors of #95cfca

#95cfca

Complementary Color

#95cfca #cf959a

#95cfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cfca Color CSS Codes

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

#95cfca Text Font Color

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

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


#95cfca Background Color

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

This div background color is #95cfca


#95cfca Border Color

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

This div border color is #95cfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cfca

#95cfca Color Palettes


Comments

No comments written yet.

Please login to write comment.