Color Hex Logo

#cfeedd Color Hex

#CFEEDD
(207,238,221)
0 Favorites   0 Comments

Color spaces of #cfeedd

RGB 207238221
HSL0.410.480.87
HSV147°13°93°
CMYK 0.130.000.07   0.07
XYZ69.357879.634980.1221
Yxy79.63490.30270.3476
Hunter Lab89.2384-17.43359.2337
CIE-Lab91.5208-13.30344.8182

#cfeedd color RGB value is (207,238,221).

#cfeedd hex color red value is 207, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfeedd hue: 0.41 , saturation: 0.48 and the lightness value of cfeedd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 11011101
Octal 317 356 335
Decimal 207 238 221
Hex CF EE DD

RGB Percentages of Color #cfeedd

%31.08
%35.74
%33.18

CMYK Percentages of Color #cfeedd

%13
%0
%7
%7

Triadic Colors of #cfeedd

#cfeedd #ddcfee #eeddcf

Analogous Colors of #cfeedd

#cfeedd #cfeeed #d1eecf

Monochromatic Colors of #cfeedd

#cfeedd

Complementary Color

#cfeedd #eecfe0

#cfeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeedd Color CSS Codes

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

#cfeedd Text Font Color

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

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


#cfeedd Background Color

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

This div background color is #cfeedd


#cfeedd Border Color

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

This div border color is #cfeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeedd


Comments

No comments written yet.

Please login to write comment.