Color Hex Logo

#ceda20 Color Hex

#CEDA20
(206,218,32)
0 Favorites   0 Comments

Color spaces of #ceda20

RGB 20621832
HSL0.180.740.49
HSV64°85°85°
CMYK 0.060.000.85   0.15
XYZ50.785763.368910.9212
Yxy63.36890.40600.5066
Hunter Lab79.6046-25.429647.5890
CIE-Lab83.6361-23.735478.8612

#ceda20 color RGB value is (206,218,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 00100000
Octal 316 332 40
Decimal 206 218 32
Hex CE DA 20

RGB Percentages of Color #ceda20

%45.18
%47.81
%7.02

CMYK Percentages of Color #ceda20

%6
%0
%85
%15

Triadic Colors of #ceda20

#ceda20 #20ceda #da20ce

Analogous Colors of #ceda20

#ceda20 #71da20 #da8920

Monochromatic Colors of #ceda20

#ceda20

Complementary Color

#ceda20 #2c20da

#ceda20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda20 Color CSS Codes

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

#ceda20 Text Font Color

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

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


#ceda20 Background Color

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

This div background color is #ceda20


#ceda20 Border Color

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

This div border color is #ceda20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda20


Comments

No comments written yet.

Please login to write comment.