Color Hex Logo

#95cedb Color Hex

#95CEDB
(149,206,219)
0 Favorites   0 Comments

Color spaces of #95cedb

RGB 149206219
HSL0.530.490.72
HSV191°32°86°
CMYK 0.320.060.00   0.14
XYZ47.251955.646675.2683
Yxy55.64660.26520.3123
Hunter Lab74.5966-17.4765-7.6062
CIE-Lab79.4123-15.1669-12.3362

#95cedb color RGB value is (149,206,219).

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

The process color (four color CMYK) of #95cedb color hex is 0.32, 0.06, 0.00, 0.14. Web safe color of #95cedb is #99cccc. Color #95cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001110 11011011
Octal 225 316 333
Decimal 149 206 219
Hex 95 CE DB

RGB Percentages of Color #95cedb

%25.96
%35.89
%38.15

CMYK Percentages of Color #95cedb

%32
%6
%0
%14

Triadic Colors of #95cedb

#95cedb #db95ce #cedb95

Analogous Colors of #95cedb

#95cedb #95abdb #95dbc5

Monochromatic Colors of #95cedb

#95cedb

Complementary Color

#95cedb #dba295

#95cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cedb Color CSS Codes

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

#95cedb Text Font Color

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

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


#95cedb Background Color

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

This div background color is #95cedb


#95cedb Border Color

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

This div border color is #95cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cedb


Comments

No comments written yet.

Please login to write comment.