Color Hex Logo

#cedb2c Color Hex

#CEDB2C
(206,219,44)
0 Favorites   0 Comments

Color spaces of #cedb2c

RGB 20621944
HSL0.180.710.52
HSV64°80°86°
CMYK 0.060.000.80   0.14
XYZ51.239763.966712.0291
Yxy63.96670.40270.5027
Hunter Lab79.9792-25.605247.0680
CIE-Lab83.9484-23.876276.3581

#cedb2c color RGB value is (206,219,44).

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

The process color (four color CMYK) of #cedb2c color hex is 0.06, 0.00, 0.80, 0.14. Web safe color of #cedb2c is #cccc33. Color #cedb2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 00101100
Octal 316 333 54
Decimal 206 219 44
Hex CE DB 2C

RGB Percentages of Color #cedb2c

%43.92
%46.70
%9.38

CMYK Percentages of Color #cedb2c

%6
%0
%80
%14

Triadic Colors of #cedb2c

#cedb2c #2ccedb #db2cce

Analogous Colors of #cedb2c

#cedb2c #77db2c #db912c

Monochromatic Colors of #cedb2c

#cedb2c

Complementary Color

#cedb2c #392cdb

#cedb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedb2c Color CSS Codes

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

#cedb2c Text Font Color

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

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


#cedb2c Background Color

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

This div background color is #cedb2c


#cedb2c Border Color

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

This div border color is #cedb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedb2c


Comments

No comments written yet.

Please login to write comment.