Color Hex Logo

#cefbd1 Color Hex

#CEFBD1
(206,251,209)
0 Favorites   0 Comments

Color spaces of #cefbd1

RGB 206251209
HSL0.340.850.90
HSV124°18°98°
CMYK 0.180.000.17   0.02
XYZ71.459486.719673.2939
Yxy86.71960.30870.3746
Hunter Lab93.1234-25.991618.5214
CIE-Lab94.6192-22.157015.4426

#cefbd1 color RGB value is (206,251,209).

#cefbd1 hex color red value is 206, green value is 251 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #cefbd1 hue: 0.34 , saturation: 0.85 and the lightness value of cefbd1 is 0.90.

The process color (four color CMYK) of #cefbd1 color hex is 0.18, 0.00, 0.17, 0.02. Web safe color of #cefbd1 is #ccffcc. Color #cefbd1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 11010001
Octal 316 373 321
Decimal 206 251 209
Hex CE FB D1

RGB Percentages of Color #cefbd1

%30.93
%37.69
%31.38

CMYK Percentages of Color #cefbd1

%18
%0
%17
%2

Triadic Colors of #cefbd1

#cefbd1 #d1cefb #fbd1ce

Analogous Colors of #cefbd1

#cefbd1 #cefbe8 #e2fbce

Monochromatic Colors of #cefbd1

#cefbd1

Complementary Color

#cefbd1 #fbcef8

#cefbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefbd1 Color CSS Codes

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

#cefbd1 Text Font Color

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

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


#cefbd1 Background Color

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

This div background color is #cefbd1


#cefbd1 Border Color

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

This div border color is #cefbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefbd1


Comments

No comments written yet.

Please login to write comment.