Color Hex Logo

#cefdc4 Color Hex

#CEFDC4
(206,253,196)
0 Favorites   0 Comments

Color spaces of #cefdc4

RGB 206253196
HSL0.300.930.88
HSV109°23°99°
CMYK 0.190.000.23   0.01
XYZ70.542787.357965.3683
Yxy87.35790.31600.3913
Hunter Lab93.4654-28.842323.9593
CIE-Lab94.8899-25.276522.4698

#cefdc4 color RGB value is (206,253,196).

#cefdc4 hex color red value is 206, green value is 253 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cefdc4 hue: 0.30 , saturation: 0.93 and the lightness value of cefdc4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 11000100
Octal 316 375 304
Decimal 206 253 196
Hex CE FD C4

RGB Percentages of Color #cefdc4

%31.45
%38.63
%29.92

CMYK Percentages of Color #cefdc4

%19
%0
%23
%1

Triadic Colors of #cefdc4

#cefdc4 #c4cefd #fdc4ce

Analogous Colors of #cefdc4

#cefdc4 #c4fdd7 #ebfdc4

Monochromatic Colors of #cefdc4

#cefdc4

Complementary Color

#cefdc4 #f3c4fd

#cefdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefdc4 Color CSS Codes

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

#cefdc4 Text Font Color

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

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


#cefdc4 Background Color

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

This div background color is #cefdc4


#cefdc4 Border Color

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

This div border color is #cefdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefdc4

Related Colors


Comments

No comments written yet.

Please login to write comment.