Color Hex Logo

#95cdce Color Hex

#95CDCE
(149,205,206)
0 Favorites   0 Comments

Color spaces of #95cdce

RGB 149205206
HSL0.500.370.70
HSV181°28°81°
CMYK 0.280.000.00   0.19
XYZ45.366354.508466.5226
Yxy54.50840.27260.3276
Hunter Lab73.8298-19.5190-1.7410
CIE-Lab78.7573-17.6840-6.3324

#95cdce color RGB value is (149,205,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001101 11001110
Octal 225 315 316
Decimal 149 205 206
Hex 95 CD CE

RGB Percentages of Color #95cdce

%26.61
%36.61
%36.79

CMYK Percentages of Color #95cdce

%28
%0
%0
%19

Triadic Colors of #95cdce

#95cdce #ce95cd #cdce95

Analogous Colors of #95cdce

#95cdce #95b1ce #95ceb3

Monochromatic Colors of #95cdce

#95cdce

Complementary Color

#95cdce #ce9695

#95cdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cdce Color CSS Codes

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

#95cdce Text Font Color

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

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


#95cdce Background Color

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

This div background color is #95cdce


#95cdce Border Color

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

This div border color is #95cdce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,205,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 #95cdce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cdce


Comments

No comments written yet.

Please login to write comment.