Color Hex Logo

#cefdda Color Hex

#CEFDDA
(206,253,218)
0 Favorites   0 Comments

Color spaces of #cefdda

RGB 206253218
HSL0.380.920.90
HSV135°19°99°
CMYK 0.190.000.14   0.01
XYZ73.233888.434379.5394
Yxy88.43430.30360.3666
Hunter Lab94.0395-25.561315.6797
CIE-Lab95.3435-21.546711.8479

#cefdda color RGB value is (206,253,218).

#cefdda hex color red value is 206, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cefdda hue: 0.38 , saturation: 0.92 and the lightness value of cefdda is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 11011010
Octal 316 375 332
Decimal 206 253 218
Hex CE FD DA

RGB Percentages of Color #cefdda

%30.43
%37.37
%32.20

CMYK Percentages of Color #cefdda

%19
%0
%14
%1

Triadic Colors of #cefdda

#cefdda #dacefd #fddace

Analogous Colors of #cefdda

#cefdda #cefdf2 #dafdce

Monochromatic Colors of #cefdda

#cefdda

Complementary Color

#cefdda #fdcef1

#cefdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefdda Color CSS Codes

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

#cefdda Text Font Color

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

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


#cefdda Background Color

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

This div background color is #cefdda


#cefdda Border Color

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

This div border color is #cefdda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,253,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefdda


Comments

No comments written yet.

Please login to write comment.