Color Hex Logo

#cedb0a Color Hex

#CEDB0A
(206,219,10)
0 Favorites   0 Comments

Color spaces of #cedb0a

RGB 20621910
HSL0.180.910.45
HSV64°95°86°
CMYK 0.060.000.95   0.14
XYZ50.839963.80689.9236
Yxy63.80680.40810.5122
Hunter Lab79.8792-26.180448.5497
CIE-Lab83.8651-24.578182.1762

#cedb0a color RGB value is (206,219,10).

#cedb0a hex color red value is 206, green value is 219 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cedb0a hue: 0.18 , saturation: 0.91 and the lightness value of cedb0a is 0.45.

The process color (four color CMYK) of #cedb0a color hex is 0.06, 0.00, 0.95, 0.14. Web safe color of #cedb0a is #cccc00. Color #cedb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 00001010
Octal 316 333 12
Decimal 206 219 10
Hex CE DB A

RGB Percentages of Color #cedb0a

%47.36
%50.34
%2.30

CMYK Percentages of Color #cedb0a

%6
%0
%95
%14

Triadic Colors of #cedb0a

#cedb0a #0acedb #db0ace

Analogous Colors of #cedb0a

#cedb0a #66db0a #db800a

Monochromatic Colors of #cedb0a

#cedb0a

Complementary Color

#cedb0a #170adb

#cedb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedb0a Color CSS Codes

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

#cedb0a Text Font Color

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

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


#cedb0a Background Color

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

This div background color is #cedb0a


#cedb0a Border Color

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

This div border color is #cedb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedb0a


Comments

No comments written yet.

Please login to write comment.