Color Hex Logo

#ceda2e Color Hex

#CEDA2E
(206,218,46)
0 Favorites   0 Comments

Color spaces of #ceda2e

RGB 20621846
HSL0.180.700.52
HSV64°79°85°
CMYK 0.060.000.79   0.15
XYZ51.018163.461912.1452
Yxy63.46190.40290.5012
Hunter Lab79.6630-25.094546.7249
CIE-Lab83.6848-23.327575.5958

#ceda2e color RGB value is (206,218,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 00101110
Octal 316 332 56
Decimal 206 218 46
Hex CE DA 2E

RGB Percentages of Color #ceda2e

%43.83
%46.38
%9.79

CMYK Percentages of Color #ceda2e

%6
%0
%79
%15

Triadic Colors of #ceda2e

#ceda2e #2eceda #da2ece

Analogous Colors of #ceda2e

#ceda2e #78da2e #da902e

Monochromatic Colors of #ceda2e

#ceda2e

Complementary Color

#ceda2e #3a2eda

#ceda2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda2e Color CSS Codes

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

#ceda2e Text Font Color

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

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


#ceda2e Background Color

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

This div background color is #ceda2e


#ceda2e Border Color

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

This div border color is #ceda2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda2e


Comments

No comments written yet.

Please login to write comment.