Color Hex Logo

#95dbca Color Hex

#95DBCA
(149,219,202)
0 Favorites   0 Comments

Color spaces of #95dbca

RGB 149219202
HSL0.460.490.72
HSV165°32°86°
CMYK 0.320.000.08   0.14
XYZ48.386661.316965.1622
Yxy61.31690.27670.3507
Hunter Lab78.3051-26.73455.4749
CIE-Lab82.5488-25.54101.3696

#95dbca color RGB value is (149,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011011 11001010
Octal 225 333 312
Decimal 149 219 202
Hex 95 DB CA

RGB Percentages of Color #95dbca

%26.14
%38.42
%35.44

CMYK Percentages of Color #95dbca

%32
%0
%8
%14

Triadic Colors of #95dbca

#95dbca #ca95db #dbca95

Analogous Colors of #95dbca

#95dbca #95c9db #95dba7

Monochromatic Colors of #95dbca

#95dbca

Complementary Color

#95dbca #db95a6

#95dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dbca Color CSS Codes

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

#95dbca Text Font Color

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

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


#95dbca Background Color

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

This div background color is #95dbca


#95dbca Border Color

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

This div border color is #95dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dbca


Comments

No comments written yet.

Please login to write comment.