Color Hex Logo

#95cce6 Color Hex

#95CCE6
(149,204,230)
0 Favorites   0 Comments

Color spaces of #95cce6

RGB 149204230
HSL0.550.620.74
HSV199°35°90°
CMYK 0.350.110.00   0.10
XYZ48.270255.288582.9905
Yxy55.28850.25880.2964
Hunter Lab74.3562-14.2457-14.1254
CIE-Lab79.2072-11.4577-18.5417

#95cce6 color RGB value is (149,204,230).

#95cce6 hex color red value is 149, green value is 204 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #95cce6 hue: 0.55 , saturation: 0.62 and the lightness value of 95cce6 is 0.74.

The process color (four color CMYK) of #95cce6 color hex is 0.35, 0.11, 0.00, 0.10. Web safe color of #95cce6 is #99ccff. Color #95cce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 11100110
Octal 225 314 346
Decimal 149 204 230
Hex 95 CC E6

RGB Percentages of Color #95cce6

%25.56
%34.99
%39.45

CMYK Percentages of Color #95cce6

%35
%11
%0
%10

Triadic Colors of #95cce6

#95cce6 #e695cc #cce695

Analogous Colors of #95cce6

#95cce6 #95a4e6 #95e6d8

Monochromatic Colors of #95cce6

#95cce6

Complementary Color

#95cce6 #e6af95

#95cce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cce6 Color CSS Codes

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

#95cce6 Text Font Color

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

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


#95cce6 Background Color

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

This div background color is #95cce6


#95cce6 Border Color

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

This div border color is #95cce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cce6


Comments

No comments written yet.

Please login to write comment.