Color Hex Logo

#95cfec Color Hex

#95CFEC
(149,207,236)
0 Favorites   0 Comments

Color spaces of #95cfec

RGB 149207236
HSL0.560.700.75
HSV200°37°93°
CMYK 0.370.120.00   0.07
XYZ49.847657.071387.7455
Yxy57.07130.25610.2932
Hunter Lab75.5455-14.4242-15.9829
CIE-Lab80.2197-11.5232-20.2205

#95cfec color RGB value is (149,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001111 11101100
Octal 225 317 354
Decimal 149 207 236
Hex 95 CF EC

RGB Percentages of Color #95cfec

%25.17
%34.97
%39.86

CMYK Percentages of Color #95cfec

%37
%12
%0
%7

Triadic Colors of #95cfec

#95cfec #ec95cf #cfec95

Analogous Colors of #95cfec

#95cfec #95a4ec #95ecde

Monochromatic Colors of #95cfec

#95cfec

Complementary Color

#95cfec #ecb295

#95cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cfec Color CSS Codes

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

#95cfec Text Font Color

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

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


#95cfec Background Color

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

This div background color is #95cfec


#95cfec Border Color

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

This div border color is #95cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cfec


Comments

No comments written yet.

Please login to write comment.