Color Hex Logo

#95cbee Color Hex

#95CBEE
(149,203,238)
0 Favorites   0 Comments

Color spaces of #95cbee

RGB 149203238
HSL0.570.720.76
HSV204°37°93°
CMYK 0.370.150.00   0.07
XYZ49.183055.274588.9657
Yxy55.27450.25430.2858
Hunter Lab74.3468-12.0230-18.9055
CIE-Lab79.1991-8.9242-22.8389

#95cbee color RGB value is (149,203,238).

#95cbee hex color red value is 149, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #95cbee hue: 0.57 , saturation: 0.72 and the lightness value of 95cbee is 0.76.

The process color (four color CMYK) of #95cbee color hex is 0.37, 0.15, 0.00, 0.07. Web safe color of #95cbee is #99ccff. Color #95cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001011 11101110
Octal 225 313 356
Decimal 149 203 238
Hex 95 CB EE

RGB Percentages of Color #95cbee

%25.25
%34.41
%40.34

CMYK Percentages of Color #95cbee

%37
%15
%0
%7

Triadic Colors of #95cbee

#95cbee #ee95cb #cbee95

Analogous Colors of #95cbee

#95cbee #959fee #95eee5

Monochromatic Colors of #95cbee

#95cbee

Complementary Color

#95cbee #eeb895

#95cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cbee Color CSS Codes

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

#95cbee Text Font Color

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

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


#95cbee Background Color

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

This div background color is #95cbee


#95cbee Border Color

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

This div border color is #95cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cbee


Comments

No comments written yet.

Please login to write comment.