Color Hex Logo

#95cefc Color Hex

#95CEFC
(149,206,252)
0 Favorites   0 Comments

Color spaces of #95cefc

RGB 149206252
HSL0.570.940.79
HSV207°41°99°
CMYK 0.410.180.00   0.01
XYZ52.036457.5604100.4631
Yxy57.56040.24770.2740
Hunter Lab75.8686-10.3412-25.4022
CIE-Lab80.4938-6.8872-28.3372

#95cefc color RGB value is (149,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001110 11111100
Octal 225 316 374
Decimal 149 206 252
Hex 95 CE FC

RGB Percentages of Color #95cefc

%24.55
%33.94
%41.52

CMYK Percentages of Color #95cefc

%41
%18
%0
%1

Triadic Colors of #95cefc

#95cefc #fc95ce #cefc95

Analogous Colors of #95cefc

#95cefc #959bfc #95fcf7

Monochromatic Colors of #95cefc

#95cefc

Complementary Color

#95cefc #fcc395

#95cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cefc Color CSS Codes

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

#95cefc Text Font Color

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

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


#95cefc Background Color

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

This div background color is #95cefc


#95cefc Border Color

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

This div border color is #95cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cefc

Related Colors


Comments

No comments written yet.

Please login to write comment.