Color Hex Logo

#cefa4a Color Hex

#CEFA4A
(206,250,74)
0 Favorites   0 Comments

Color spaces of #cefa4a

RGB 20625074
HSL0.210.950.64
HSV75°70°98°
CMYK 0.180.000.70   0.02
XYZ60.875281.987419.0953
Yxy81.98740.37590.5062
Hunter Lab90.5469-38.450550.8792
CIE-Lab92.5693-36.977775.2398

#cefa4a color RGB value is (206,250,74).

#cefa4a hex color red value is 206, green value is 250 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cefa4a hue: 0.21 , saturation: 0.95 and the lightness value of cefa4a is 0.64.

The process color (four color CMYK) of #cefa4a color hex is 0.18, 0.00, 0.70, 0.02. Web safe color of #cefa4a is #ccff33. Color #cefa4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 01001010
Octal 316 372 112
Decimal 206 250 74
Hex CE FA 4A

RGB Percentages of Color #cefa4a

%38.87
%47.17
%13.96

CMYK Percentages of Color #cefa4a

%18
%0
%70
%2

Triadic Colors of #cefa4a

#cefa4a #4acefa #fa4ace

Analogous Colors of #cefa4a

#cefa4a #76fa4a #face4a

Monochromatic Colors of #cefa4a

#cefa4a

Complementary Color

#cefa4a #764afa

#cefa4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa4a Color CSS Codes

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

#cefa4a Text Font Color

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

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


#cefa4a Background Color

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

This div background color is #cefa4a


#cefa4a Border Color

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

This div border color is #cefa4a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,250,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 #cefa4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa4a


Comments

No comments written yet.

Please login to write comment.