Color Hex Logo

#cfe5bd Color Hex

#CFE5BD
(207,229,189)
0 Favorites   0 Comments

Color spaces of #cfe5bd

RGB 207229189
HSL0.260.430.82
HSV93°17°90°
CMYK 0.100.000.17   0.10
XYZ62.936772.978158.9132
Yxy72.97810.32300.3746
Hunter Lab85.4272-17.991518.9109
CIE-Lab88.4373-14.356017.0918

#cfe5bd color RGB value is (207,229,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 10111101
Octal 317 345 275
Decimal 207 229 189
Hex CF E5 BD

RGB Percentages of Color #cfe5bd

%33.12
%36.64
%30.24

CMYK Percentages of Color #cfe5bd

%10
%0
%17
%10

Triadic Colors of #cfe5bd

#cfe5bd #bdcfe5 #e5bdcf

Analogous Colors of #cfe5bd

#cfe5bd #bde5bf #e3e5bd

Monochromatic Colors of #cfe5bd

#cfe5bd

Complementary Color

#cfe5bd #d3bde5

#cfe5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe5bd Color CSS Codes

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

#cfe5bd Text Font Color

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

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


#cfe5bd Background Color

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

This div background color is #cfe5bd


#cfe5bd Border Color

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

This div border color is #cfe5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe5bd


Comments

No comments written yet.

Please login to write comment.