Color Hex Logo

#c4eedd Color Hex

#C4EEDD
(196,238,221)
0 Favorites   0 Comments

Color spaces of #c4eedd

RGB 196238221
HSL0.430.550.85
HSV156°18°93°
CMYK 0.180.000.07   0.07
XYZ66.390678.105379.9833
Yxy78.10530.29580.3479
Hunter Lab88.3772-20.56768.2053
CIE-Lab90.8279-16.83003.7280

#c4eedd color RGB value is (196,238,221).

#c4eedd hex color red value is 196, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c4eedd hue: 0.43 , saturation: 0.55 and the lightness value of c4eedd is 0.85.

The process color (four color CMYK) of #c4eedd color hex is 0.18, 0.00, 0.07, 0.07. Web safe color of #c4eedd is #ccffcc. Color #c4eedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101110 11011101
Octal 304 356 335
Decimal 196 238 221
Hex C4 EE DD

RGB Percentages of Color #c4eedd

%29.92
%36.34
%33.74

CMYK Percentages of Color #c4eedd

%18
%0
%7
%7

Triadic Colors of #c4eedd

#c4eedd #ddc4ee #eeddc4

Analogous Colors of #c4eedd

#c4eedd #c4eaee #c4eec8

Monochromatic Colors of #c4eedd

#c4eedd

Complementary Color

#c4eedd #eec4d5

#c4eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eedd Color CSS Codes

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

#c4eedd Text Font Color

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

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


#c4eedd Background Color

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

This div background color is #c4eedd


#c4eedd Border Color

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

This div border color is #c4eedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,238,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4eedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4eedd;
  -webkit-box-shadow: 1px 1px 3px 2px #c4eedd;
  box-shadow:         1px 1px 3px 2px #c4eedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,238,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eedd


Comments

No comments written yet.

Please login to write comment.