Color Hex Logo

#95cfdb Color Hex

#95CFDB
(149,207,219)
0 Favorites   0 Comments

Color spaces of #95cfdb

RGB 149207219
HSL0.530.490.72
HSV190°32°86°
CMYK 0.320.050.00   0.14
XYZ47.493456.129775.3488
Yxy56.12970.26540.3136
Hunter Lab74.9198-17.9542-7.1857
CIE-Lab79.6876-15.6800-11.9245

#95cfdb color RGB value is (149,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001111 11011011
Octal 225 317 333
Decimal 149 207 219
Hex 95 CF DB

RGB Percentages of Color #95cfdb

%25.91
%36.00
%38.09

CMYK Percentages of Color #95cfdb

%32
%5
%0
%14

Triadic Colors of #95cfdb

#95cfdb #db95cf #cfdb95

Analogous Colors of #95cfdb

#95cfdb #95acdb #95dbc4

Monochromatic Colors of #95cfdb

#95cfdb

Complementary Color

#95cfdb #dba195

#95cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cfdb Color CSS Codes

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

#95cfdb Text Font Color

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

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


#95cfdb Background Color

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

This div background color is #95cfdb


#95cfdb Border Color

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

This div border color is #95cfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,207,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 #95cfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cfdb


Comments

No comments written yet.

Please login to write comment.