Color Hex Logo

#cfedbb Color Hex

#CFEDBB
(207,237,187)
0 Favorites   0 Comments

Color spaces of #cfedbb

RGB 207237187
HSL0.270.580.83
HSV96°21°93°
CMYK 0.130.000.21   0.07
XYZ64.986077.421658.5325
Yxy77.42160.32340.3853
Hunter Lab87.9895-22.147822.1517
CIE-Lab90.5153-18.633421.0264

#cfedbb color RGB value is (207,237,187).

#cfedbb hex color red value is 207, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfedbb hue: 0.27 , saturation: 0.58 and the lightness value of cfedbb is 0.83.

The process color (four color CMYK) of #cfedbb color hex is 0.13, 0.00, 0.21, 0.07. Web safe color of #cfedbb is #ccffcc. Color #cfedbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 10111011
Octal 317 355 273
Decimal 207 237 187
Hex CF ED BB

RGB Percentages of Color #cfedbb

%32.81
%37.56
%29.64

CMYK Percentages of Color #cfedbb

%13
%0
%21
%7

Triadic Colors of #cfedbb

#cfedbb #bbcfed #edbbcf

Analogous Colors of #cfedbb

#cfedbb #bbedc0 #e8edbb

Monochromatic Colors of #cfedbb

#cfedbb

Complementary Color

#cfedbb #d9bbed

#cfedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfedbb Color CSS Codes

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

#cfedbb Text Font Color

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

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


#cfedbb Background Color

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

This div background color is #cfedbb


#cfedbb Border Color

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

This div border color is #cfedbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,237,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfedbb


Comments

No comments written yet.

Please login to write comment.