Color Hex Logo

#95cccf Color Hex

#95CCCF
(149,204,207)
1 Favorites   0 Comments

Color spaces of #95cccf

RGB 149204207
HSL0.510.380.70
HSV183°28°81°
CMYK 0.280.010.00   0.19
XYZ45.249854.080367.0851
Yxy54.08030.27190.3250
Hunter Lab73.5393-18.8602-2.6089
CIE-Lab78.5085-16.9467-7.2382

#95cccf color RGB value is (149,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 11001111
Octal 225 314 317
Decimal 149 204 207
Hex 95 CC CF

RGB Percentages of Color #95cccf

%26.61
%36.43
%36.96

CMYK Percentages of Color #95cccf

%28
%1
%0
%19

Triadic Colors of #95cccf

#95cccf #cf95cc #cccf95

Analogous Colors of #95cccf

#95cccf #95afcf #95cfb5

Monochromatic Colors of #95cccf

#95cccf

Complementary Color

#95cccf #cf9895

#95cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cccf Color CSS Codes

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

#95cccf Text Font Color

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

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


#95cccf Background Color

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

This div background color is #95cccf


#95cccf Border Color

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

This div border color is #95cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cccf


Comments

No comments written yet.

Please login to write comment.