Color Hex Logo

#cefedd Color Hex

#CEFEDD
(206,254,221)
0 Favorites   0 Comments

Color spaces of #cefedd

RGB 206254221
HSL0.390.960.90
HSV139°19°100°
CMYK 0.190.000.13   0.00
XYZ73.946689.225981.7315
Yxy89.22590.30190.3643
Hunter Lab94.4595-25.567214.8207
CIE-Lab95.6747-21.492110.7793

#cefedd color RGB value is (206,254,221).

#cefedd hex color red value is 206, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cefedd hue: 0.39 , saturation: 0.96 and the lightness value of cefedd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11011101
Octal 316 376 335
Decimal 206 254 221
Hex CE FE DD

RGB Percentages of Color #cefedd

%30.25
%37.30
%32.45

CMYK Percentages of Color #cefedd

%19
%0
%13
%0

Triadic Colors of #cefedd

#cefedd #ddcefe #feddce

Analogous Colors of #cefedd

#cefedd #cefef5 #d7fece

Monochromatic Colors of #cefedd

#cefedd

Complementary Color

#cefedd #feceef

#cefedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefedd Color CSS Codes

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

#cefedd Text Font Color

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

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


#cefedd Background Color

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

This div background color is #cefedd


#cefedd Border Color

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

This div border color is #cefedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefedd

Related Colors


Comments

No comments written yet.

Please login to write comment.