Color Hex Logo

#cfed4a Color Hex

#CFED4A
(207,237,74)
0 Favorites   0 Comments

Color spaces of #cfed4a

RGB 20723774
HSL0.200.820.61
HSV71°69°93°
CMYK 0.130.000.69   0.07
XYZ57.252374.328217.8078
Yxy74.32820.38320.4976
Hunter Lab86.2138-32.337048.1031
CIE-Lab89.0774-30.651771.7941

#cfed4a color RGB value is (207,237,74).

#cfed4a hex color red value is 207, green value is 237 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cfed4a hue: 0.20 , saturation: 0.82 and the lightness value of cfed4a is 0.61.

The process color (four color CMYK) of #cfed4a color hex is 0.13, 0.00, 0.69, 0.07. Web safe color of #cfed4a is #ccff33. Color #cfed4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 01001010
Octal 317 355 112
Decimal 207 237 74
Hex CF ED 4A

RGB Percentages of Color #cfed4a

%39.96
%45.75
%14.29

CMYK Percentages of Color #cfed4a

%13
%0
%69
%7

Triadic Colors of #cfed4a

#cfed4a #4acfed #ed4acf

Analogous Colors of #cfed4a

#cfed4a #7eed4a #edba4a

Monochromatic Colors of #cfed4a

#cfed4a

Complementary Color

#cfed4a #684aed

#cfed4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed4a Color CSS Codes

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

#cfed4a Text Font Color

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

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


#cfed4a Background Color

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

This div background color is #cfed4a


#cfed4a Border Color

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

This div border color is #cfed4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed4a


Comments

No comments written yet.

Please login to write comment.