Color Hex Logo

#cefcdc Color Hex

#CEFCDC
(206,252,220)
0 Favorites   0 Comments

Color spaces of #cefcdc

RGB 206252220
HSL0.380.880.90
HSV138°18°99°
CMYK 0.180.000.13   0.01
XYZ73.182387.909980.8213
Yxy87.90990.30250.3634
Hunter Lab93.7603-24.756714.5243
CIE-Lab95.1230-20.703710.5052

#cefcdc color RGB value is (206,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11011100
Octal 316 374 334
Decimal 206 252 220
Hex CE FC DC

RGB Percentages of Color #cefcdc

%30.38
%37.17
%32.45

CMYK Percentages of Color #cefcdc

%18
%0
%13
%1

Triadic Colors of #cefcdc

#cefcdc #dccefc #fcdcce

Analogous Colors of #cefcdc

#cefcdc #cefcf3 #d7fcce

Monochromatic Colors of #cefcdc

#cefcdc

Complementary Color

#cefcdc #fcceee

#cefcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcdc Color CSS Codes

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

#cefcdc Text Font Color

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

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


#cefcdc Background Color

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

This div background color is #cefcdc


#cefcdc Border Color

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

This div border color is #cefcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcdc


Comments

No comments written yet.

Please login to write comment.