Color Hex Logo

#cefdd3 Color Hex

#CEFDD3
(206,253,211)
0 Favorites   0 Comments

Color spaces of #cefdd3

RGB 206253211
HSL0.350.920.90
HSV126°19°99°
CMYK 0.190.000.17   0.01
XYZ72.336888.075574.8157
Yxy88.07550.30750.3744
Hunter Lab93.8485-26.650318.4282
CIE-Lab95.1927-22.776015.2267

#cefdd3 color RGB value is (206,253,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 11010011
Octal 316 375 323
Decimal 206 253 211
Hex CE FD D3

RGB Percentages of Color #cefdd3

%30.75
%37.76
%31.49

CMYK Percentages of Color #cefdd3

%19
%0
%17
%1

Triadic Colors of #cefdd3

#cefdd3 #d3cefd #fdd3ce

Analogous Colors of #cefdd3

#cefdd3 #cefdeb #e1fdce

Monochromatic Colors of #cefdd3

#cefdd3

Complementary Color

#cefdd3 #fdcef8

#cefdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefdd3 Color CSS Codes

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

#cefdd3 Text Font Color

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

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


#cefdd3 Background Color

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

This div background color is #cefdd3


#cefdd3 Border Color

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

This div border color is #cefdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefdd3

Related Colors


Comments

No comments written yet.

Please login to write comment.