Color Hex Logo

#ceda2a Color Hex

#CEDA2A
(206,218,42)
0 Favorites   0 Comments

Color spaces of #ceda2a

RGB 20621842
HSL0.180.700.51
HSV64°81°85°
CMYK 0.060.000.81   0.15
XYZ50.942963.431811.7491
Yxy63.43180.40390.5029
Hunter Lab79.6441-25.202847.0044
CIE-Lab83.6691-23.459376.6269

#ceda2a color RGB value is (206,218,42).

#ceda2a hex color red value is 206, green value is 218 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ceda2a hue: 0.18 , saturation: 0.70 and the lightness value of ceda2a is 0.51.

The process color (four color CMYK) of #ceda2a color hex is 0.06, 0.00, 0.81, 0.15. Web safe color of #ceda2a is #cccc33. Color #ceda2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 00101010
Octal 316 332 52
Decimal 206 218 42
Hex CE DA 2A

RGB Percentages of Color #ceda2a

%44.21
%46.78
%9.01

CMYK Percentages of Color #ceda2a

%6
%0
%81
%15

Triadic Colors of #ceda2a

#ceda2a #2aceda #da2ace

Analogous Colors of #ceda2a

#ceda2a #76da2a #da8e2a

Monochromatic Colors of #ceda2a

#ceda2a

Complementary Color

#ceda2a #362ada

#ceda2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda2a Color CSS Codes

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

#ceda2a Text Font Color

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

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


#ceda2a Background Color

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

This div background color is #ceda2a


#ceda2a Border Color

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

This div border color is #ceda2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,218,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda2a


Comments

No comments written yet.

Please login to write comment.