Color Hex Logo

#95ccce Color Hex

#95CCCE
(149,204,206)
0 Favorites   0 Comments

Color spaces of #95ccce

RGB 149204206
HSL0.510.370.70
HSV182°28°81°
CMYK 0.280.010.00   0.19
XYZ45.127954.031566.4432
Yxy54.03150.27250.3263
Hunter Lab73.5061-19.0485-2.1388
CIE-Lab78.4801-17.1751-6.7427

#95ccce color RGB value is (149,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 11001110
Octal 225 314 316
Decimal 149 204 206
Hex 95 CC CE

RGB Percentages of Color #95ccce

%26.65
%36.49
%36.85

CMYK Percentages of Color #95ccce

%28
%1
%0
%19

Triadic Colors of #95ccce

#95ccce #ce95cc #ccce95

Analogous Colors of #95ccce

#95ccce #95b0ce #95ceb4

Monochromatic Colors of #95ccce

#95ccce

Complementary Color

#95ccce #ce9795

#95ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccce Color CSS Codes

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

#95ccce Text Font Color

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

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


#95ccce Background Color

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

This div background color is #95ccce


#95ccce Border Color

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

This div border color is #95ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccce


Comments

No comments written yet.

Please login to write comment.