Color Hex Logo

#95cefa Color Hex

#95CEFA
(149,206,250)
0 Favorites   0 Comments

Color spaces of #95cefa

RGB 149206250
HSL0.570.910.78
HSV206°40°98°
CMYK 0.400.180.00   0.02
XYZ51.721157.434398.8024
Yxy57.43430.24870.2762
Hunter Lab75.7854-10.8040-24.2473
CIE-Lab80.4233-7.4111-27.3800

#95cefa color RGB value is (149,206,250).

#95cefa hex color red value is 149, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #95cefa hue: 0.57 , saturation: 0.91 and the lightness value of 95cefa is 0.78.

The process color (four color CMYK) of #95cefa color hex is 0.40, 0.18, 0.00, 0.02. Web safe color of #95cefa is #99ccff. Color #95cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001110 11111010
Octal 225 316 372
Decimal 149 206 250
Hex 95 CE FA

RGB Percentages of Color #95cefa

%24.63
%34.05
%41.32

CMYK Percentages of Color #95cefa

%40
%18
%0
%2

Triadic Colors of #95cefa

#95cefa #fa95ce #cefa95

Analogous Colors of #95cefa

#95cefa #959cfa #95faf4

Monochromatic Colors of #95cefa

#95cefa

Complementary Color

#95cefa #fac195

#95cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cefa Color CSS Codes

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

#95cefa Text Font Color

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

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


#95cefa Background Color

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

This div background color is #95cefa


#95cefa Border Color

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

This div border color is #95cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cefa


Comments

No comments written yet.

Please login to write comment.