Color Hex Logo

#cfed6d Color Hex

#CFED6D
(207,237,109)
0 Favorites   0 Comments

Color spaces of #cfed6d

RGB 207237109
HSL0.210.780.68
HSV74°54°93°
CMYK 0.130.000.54   0.07
XYZ58.776674.937925.8346
Yxy74.93790.36840.4697
Hunter Lab86.5667-30.294742.9024
CIE-Lab89.3639-28.172057.8458

#cfed6d color RGB value is (207,237,109).

#cfed6d hex color red value is 207, green value is 237 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cfed6d hue: 0.21 , saturation: 0.78 and the lightness value of cfed6d is 0.68.

The process color (four color CMYK) of #cfed6d color hex is 0.13, 0.00, 0.54, 0.07. Web safe color of #cfed6d is #ccff66. Color #cfed6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 01101101
Octal 317 355 155
Decimal 207 237 109
Hex CF ED 6D

RGB Percentages of Color #cfed6d

%37.43
%42.86
%19.71

CMYK Percentages of Color #cfed6d

%13
%0
%54
%7

Triadic Colors of #cfed6d

#cfed6d #6dcfed #ed6dcf

Analogous Colors of #cfed6d

#cfed6d #8fed6d #edcb6d

Monochromatic Colors of #cfed6d

#cfed6d

Complementary Color

#cfed6d #8b6ded

#cfed6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed6d Color CSS Codes

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

#cfed6d Text Font Color

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

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


#cfed6d Background Color

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

This div background color is #cfed6d


#cfed6d Border Color

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

This div border color is #cfed6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed6d


Comments

No comments written yet.

Please login to write comment.