Color Hex Logo

#cef3bd Color Hex

#CEF3BD
(206,243,189)
0 Favorites   0 Comments

Color spaces of #cef3bd

RGB 206243189
HSL0.280.690.85
HSV101°22°95°
CMYK 0.150.000.22   0.05
XYZ66.689580.897160.2439
Yxy80.89710.32090.3892
Hunter Lab89.9428-25.048323.2474
CIE-Lab92.0859-21.587422.1646

#cef3bd color RGB value is (206,243,189).

#cef3bd hex color red value is 206, green value is 243 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cef3bd hue: 0.28 , saturation: 0.69 and the lightness value of cef3bd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 10111101
Octal 316 363 275
Decimal 206 243 189
Hex CE F3 BD

RGB Percentages of Color #cef3bd

%32.29
%38.09
%29.62

CMYK Percentages of Color #cef3bd

%15
%0
%22
%5

Triadic Colors of #cef3bd

#cef3bd #bdcef3 #f3bdce

Analogous Colors of #cef3bd

#cef3bd #bdf3c7 #e9f3bd

Monochromatic Colors of #cef3bd

#cef3bd

Complementary Color

#cef3bd #e2bdf3

#cef3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef3bd Color CSS Codes

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

#cef3bd Text Font Color

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

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


#cef3bd Background Color

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

This div background color is #cef3bd


#cef3bd Border Color

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

This div border color is #cef3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef3bd

#cef3bd Color Palettes


Comments

No comments written yet.

Please login to write comment.