Color Hex Logo

#cedd2f Color Hex

#CEDD2F
(206,221,47)
0 Favorites   0 Comments

Color spaces of #cedd2f

RGB 20622147
HSL0.180.720.53
HSV65°79°87°
CMYK 0.070.000.79   0.13
XYZ51.823165.040012.5119
Yxy65.04000.40060.5027
Hunter Lab80.6474-26.430847.2547
CIE-Lab84.5043-24.733876.0494

#cedd2f color RGB value is (206,221,47).

#cedd2f hex color red value is 206, green value is 221 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cedd2f hue: 0.18 , saturation: 0.72 and the lightness value of cedd2f is 0.53.

The process color (four color CMYK) of #cedd2f color hex is 0.07, 0.00, 0.79, 0.13. Web safe color of #cedd2f is #cccc33. Color #cedd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 00101111
Octal 316 335 57
Decimal 206 221 47
Hex CE DD 2F

RGB Percentages of Color #cedd2f

%43.46
%46.62
%9.92

CMYK Percentages of Color #cedd2f

%7
%0
%79
%13

Triadic Colors of #cedd2f

#cedd2f #2fcedd #dd2fce

Analogous Colors of #cedd2f

#cedd2f #77dd2f #dd952f

Monochromatic Colors of #cedd2f

#cedd2f

Complementary Color

#cedd2f #3e2fdd

#cedd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd2f Color CSS Codes

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

#cedd2f Text Font Color

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

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


#cedd2f Background Color

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

This div background color is #cedd2f


#cedd2f Border Color

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

This div border color is #cedd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd2f


Comments

No comments written yet.

Please login to write comment.