Color Hex Logo

#95cddc Color Hex

#95CDDC
(149,205,220)
0 Favorites   0 Comments

Color spaces of #95cddc

RGB 149205220
HSL0.540.500.72
HSV193°32°86°
CMYK 0.320.070.00   0.14
XYZ47.144055.219575.8838
Yxy55.21950.26450.3098
Hunter Lab74.3098-16.7974-8.5290
CIE-Lab79.1675-14.4138-13.2388

#95cddc color RGB value is (149,205,220).

#95cddc hex color red value is 149, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #95cddc hue: 0.54 , saturation: 0.50 and the lightness value of 95cddc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001101 11011100
Octal 225 315 334
Decimal 149 205 220
Hex 95 CD DC

RGB Percentages of Color #95cddc

%25.96
%35.71
%38.33

CMYK Percentages of Color #95cddc

%32
%7
%0
%14

Triadic Colors of #95cddc

#95cddc #dc95cd #cddc95

Analogous Colors of #95cddc

#95cddc #95aadc #95dcc8

Monochromatic Colors of #95cddc

#95cddc

Complementary Color

#95cddc #dca495

#95cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cddc Color CSS Codes

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

#95cddc Text Font Color

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

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


#95cddc Background Color

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

This div background color is #95cddc


#95cddc Border Color

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

This div border color is #95cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cddc


Comments

No comments written yet.

Please login to write comment.