Color Hex Logo

#ceffd9 Color Hex

#CEFFD9
(206,255,217)
0 Favorites   0 Comments

Color spaces of #ceffd9

RGB 206255217
HSL0.371.000.90
HSV133°19°100°
CMYK 0.190.000.15   0.00
XYZ73.738089.651679.0637
Yxy89.65160.30410.3698
Hunter Lab94.6845-26.686516.7707
CIE-Lab95.8521-22.689213.0845

#ceffd9 color RGB value is (206,255,217).

#ceffd9 hex color red value is 206, green value is 255 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ceffd9 hue: 0.37 , saturation: 1.00 and the lightness value of ceffd9 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 11011001
Octal 316 377 331
Decimal 206 255 217
Hex CE FF D9

RGB Percentages of Color #ceffd9

%30.38
%37.61
%32.01

CMYK Percentages of Color #ceffd9

%19
%0
%15
%0

Triadic Colors of #ceffd9

#ceffd9 #d9ceff #ffd9ce

Analogous Colors of #ceffd9

#ceffd9 #cefff2 #dcffce

Monochromatic Colors of #ceffd9

#ceffd9

Complementary Color

#ceffd9 #ffcef4

#ceffd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffd9 Color CSS Codes

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

#ceffd9 Text Font Color

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

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


#ceffd9 Background Color

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

This div background color is #ceffd9


#ceffd9 Border Color

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

This div border color is #ceffd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffd9

Related Colors


Comments

No comments written yet.

Please login to write comment.