Color Hex Logo

#cfedb0 Color Hex

#CFEDB0
(207,237,176)
0 Favorites   0 Comments

Color spaces of #cfedb0

RGB 207237176
HSL0.250.630.81
HSV90°26°93°
CMYK 0.130.000.26   0.07
XYZ63.852876.968452.5653
Yxy76.96840.33020.3980
Hunter Lab87.7316-23.614625.8879
CIE-Lab90.3071-20.311126.3928

#cfedb0 color RGB value is (207,237,176).

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

The process color (four color CMYK) of #cfedb0 color hex is 0.13, 0.00, 0.26, 0.07. Web safe color of #cfedb0 is #ccff99. Color #cfedb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 10110000
Octal 317 355 260
Decimal 207 237 176
Hex CF ED B0

RGB Percentages of Color #cfedb0

%33.39
%38.23
%28.39

CMYK Percentages of Color #cfedb0

%13
%0
%26
%7

Triadic Colors of #cfedb0

#cfedb0 #b0cfed #edb0cf

Analogous Colors of #cfedb0

#cfedb0 #b1edb0 #ededb0

Monochromatic Colors of #cfedb0

#cfedb0

Complementary Color

#cfedb0 #ceb0ed

#cfedb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfedb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfedb0 Color CSS Codes

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

#cfedb0 Text Font Color

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

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


#cfedb0 Background Color

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

This div background color is #cfedb0


#cfedb0 Border Color

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

This div border color is #cfedb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfedb0


Comments

No comments written yet.

Please login to write comment.