Color Hex Logo

#cfe3bd Color Hex

#CFE3BD
(207,227,189)
0 Favorites   0 Comments

Color spaces of #cfe3bd

RGB 207227189
HSL0.250.400.82
HSV92°17°89°
CMYK 0.090.000.17   0.11
XYZ62.386571.877758.7298
Yxy71.87770.32330.3724
Hunter Lab84.7807-17.015718.2748
CIE-Lab87.9097-13.355616.3515

#cfe3bd color RGB value is (207,227,189).

#cfe3bd hex color red value is 207, green value is 227 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cfe3bd hue: 0.25 , saturation: 0.40 and the lightness value of cfe3bd is 0.82.

The process color (four color CMYK) of #cfe3bd color hex is 0.09, 0.00, 0.17, 0.11. Web safe color of #cfe3bd is #cccccc. Color #cfe3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 10111101
Octal 317 343 275
Decimal 207 227 189
Hex CF E3 BD

RGB Percentages of Color #cfe3bd

%33.23
%36.44
%30.34

CMYK Percentages of Color #cfe3bd

%9
%0
%17
%11

Triadic Colors of #cfe3bd

#cfe3bd #bdcfe3 #e3bdcf

Analogous Colors of #cfe3bd

#cfe3bd #bde3be #e2e3bd

Monochromatic Colors of #cfe3bd

#cfe3bd

Complementary Color

#cfe3bd #d1bde3

#cfe3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe3bd Color CSS Codes

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

#cfe3bd Text Font Color

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

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


#cfe3bd Background Color

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

This div background color is #cfe3bd


#cfe3bd Border Color

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

This div border color is #cfe3bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,227,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 #cfe3bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe3bd


Comments

No comments written yet.

Please login to write comment.