Color Hex Logo

#cfe1bd Color Hex

#CFE1BD
(207,225,189)
0 Favorites   0 Comments

Color spaces of #cfe1bd

RGB 207225189
HSL0.250.380.81
HSV90°16°88°
CMYK 0.080.000.16   0.12
XYZ61.842670.789958.5485
Yxy70.78990.32350.3703
Hunter Lab84.1367-16.037317.6374
CIE-Lab87.3828-12.351115.6108

#cfe1bd color RGB value is (207,225,189).

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

The process color (four color CMYK) of #cfe1bd color hex is 0.08, 0.00, 0.16, 0.12. Web safe color of #cfe1bd is #cccccc. Color #cfe1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 10111101
Octal 317 341 275
Decimal 207 225 189
Hex CF E1 BD

RGB Percentages of Color #cfe1bd

%33.33
%36.23
%30.43

CMYK Percentages of Color #cfe1bd

%8
%0
%16
%12

Triadic Colors of #cfe1bd

#cfe1bd #bdcfe1 #e1bdcf

Analogous Colors of #cfe1bd

#cfe1bd #bde1bd #e1e1bd

Monochromatic Colors of #cfe1bd

#cfe1bd

Complementary Color

#cfe1bd #cfbde1

#cfe1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe1bd Color CSS Codes

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

#cfe1bd Text Font Color

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

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


#cfe1bd Background Color

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

This div background color is #cfe1bd


#cfe1bd Border Color

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

This div border color is #cfe1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe1bd


Comments

No comments written yet.

Please login to write comment.