Color Hex Logo

#c5ebdf Color Hex

#C5EBDF
(197,235,223)
0 Favorites   0 Comments

Color spaces of #c5ebdf

RGB 197235223
HSL0.450.490.85
HSV161°16°92°
CMYK 0.160.000.05   0.08
XYZ66.053676.614781.1188
Yxy76.61470.29520.3424
Hunter Lab87.5298-18.47386.3235
CIE-Lab90.1440-14.63381.6988

#c5ebdf color RGB value is (197,235,223).

#c5ebdf hex color red value is 197, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c5ebdf hue: 0.45 , saturation: 0.49 and the lightness value of c5ebdf is 0.85.

The process color (four color CMYK) of #c5ebdf color hex is 0.16, 0.00, 0.05, 0.08. Web safe color of #c5ebdf is #ccffcc. Color #c5ebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101011 11011111
Octal 305 353 337
Decimal 197 235 223
Hex C5 EB DF

RGB Percentages of Color #c5ebdf

%30.08
%35.88
%34.05

CMYK Percentages of Color #c5ebdf

%16
%0
%5
%8

Triadic Colors of #c5ebdf

#c5ebdf #dfc5eb #ebdfc5

Analogous Colors of #c5ebdf

#c5ebdf #c5e4eb #c5ebcc

Monochromatic Colors of #c5ebdf

#c5ebdf

Complementary Color

#c5ebdf #ebc5d1

#c5ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ebdf Color CSS Codes

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

#c5ebdf Text Font Color

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

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


#c5ebdf Background Color

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

This div background color is #c5ebdf


#c5ebdf Border Color

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

This div border color is #c5ebdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,235,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5ebdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5ebdf;
  -webkit-box-shadow: 1px 1px 3px 2px #c5ebdf;
  box-shadow:         1px 1px 3px 2px #c5ebdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,235,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ebdf


Comments

No comments written yet.

Please login to write comment.