Color Hex Logo

#cefdc6 Color Hex

#CEFDC6
(206,253,198)
0 Favorites   0 Comments

Color spaces of #cefdc6

RGB 206253198
HSL0.310.930.88
HSV111°22°99°
CMYK 0.190.000.22   0.01
XYZ70.771987.449666.5755
Yxy87.44960.31480.3890
Hunter Lab93.5145-28.561323.2500
CIE-Lab94.9287-24.953921.5044

#cefdc6 color RGB value is (206,253,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 11000110
Octal 316 375 306
Decimal 206 253 198
Hex CE FD C6

RGB Percentages of Color #cefdc6

%31.35
%38.51
%30.14

CMYK Percentages of Color #cefdc6

%19
%0
%22
%1

Triadic Colors of #cefdc6

#cefdc6 #c6cefd #fdc6ce

Analogous Colors of #cefdc6

#cefdc6 #c6fdda #eafdc6

Monochromatic Colors of #cefdc6

#cefdc6

Complementary Color

#cefdc6 #f5c6fd

#cefdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefdc6 Color CSS Codes

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

#cefdc6 Text Font Color

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

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


#cefdc6 Background Color

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

This div background color is #cefdc6


#cefdc6 Border Color

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

This div border color is #cefdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefdc6

Related Colors


Comments

No comments written yet.

Please login to write comment.