Color Hex Logo

#cfedba Color Hex

#CFEDBA
(207,237,186)
0 Favorites   0 Comments

Color spaces of #cfedba

RGB 207237186
HSL0.260.590.83
HSV95°22°93°
CMYK 0.130.000.22   0.07
XYZ64.879277.378957.9705
Yxy77.37890.32400.3865
Hunter Lab87.9653-22.285722.5027
CIE-Lab90.4957-18.790421.5148

#cfedba color RGB value is (207,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 10111010
Octal 317 355 272
Decimal 207 237 186
Hex CF ED BA

RGB Percentages of Color #cfedba

%32.86
%37.62
%29.52

CMYK Percentages of Color #cfedba

%13
%0
%22
%7

Triadic Colors of #cfedba

#cfedba #bacfed #edbacf

Analogous Colors of #cfedba

#cfedba #baedbf #e9edba

Monochromatic Colors of #cfedba

#cfedba

Complementary Color

#cfedba #d8baed

#cfedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfedba Color CSS Codes

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

#cfedba Text Font Color

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

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


#cfedba Background Color

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

This div background color is #cfedba


#cfedba Border Color

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

This div border color is #cfedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfedba


Comments

No comments written yet.

Please login to write comment.