Color Hex Logo

#95cede Color Hex

#95CEDE
(149,206,222)
0 Favorites   0 Comments

Color spaces of #95cede

RGB 149206222
HSL0.540.530.73
HSV193°33°87°
CMYK 0.330.070.00   0.13
XYZ47.650555.806177.3674
Yxy55.80610.26350.3086
Hunter Lab74.7035-16.8728-9.1118
CIE-Lab79.5033-14.4489-13.8080

#95cede color RGB value is (149,206,222).

#95cede hex color red value is 149, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #95cede hue: 0.54 , saturation: 0.53 and the lightness value of 95cede is 0.73.

The process color (four color CMYK) of #95cede color hex is 0.33, 0.07, 0.00, 0.13. Web safe color of #95cede is #99cccc. Color #95cede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001110 11011110
Octal 225 316 336
Decimal 149 206 222
Hex 95 CE DE

RGB Percentages of Color #95cede

%25.82
%35.70
%38.47

CMYK Percentages of Color #95cede

%33
%7
%0
%13

Triadic Colors of #95cede

#95cede #de95ce #cede95

Analogous Colors of #95cede

#95cede #95aade #95deca

Monochromatic Colors of #95cede

#95cede

Complementary Color

#95cede #dea595

#95cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cede Color CSS Codes

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

#95cede Text Font Color

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

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


#95cede Background Color

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

This div background color is #95cede


#95cede Border Color

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

This div border color is #95cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cede


Comments

No comments written yet.

Please login to write comment.