Color Hex Logo

#cedd47 Color Hex

#CEDD47
(206,221,71)
0 Favorites   0 Comments

Color spaces of #cedd47

RGB 20622171
HSL0.180.690.57
HSV66°68°87°
CMYK 0.070.000.68   0.13
XYZ52.447465.289615.7991
Yxy65.28960.39280.4889
Hunter Lab80.8020-25.541744.9685
CIE-Lab84.6327-23.653668.4084

#cedd47 color RGB value is (206,221,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01000111
Octal 316 335 107
Decimal 206 221 71
Hex CE DD 47

RGB Percentages of Color #cedd47

%41.37
%44.38
%14.26

CMYK Percentages of Color #cedd47

%7
%0
%68
%13

Triadic Colors of #cedd47

#cedd47 #47cedd #dd47ce

Analogous Colors of #cedd47

#cedd47 #83dd47 #dda147

Monochromatic Colors of #cedd47

#cedd47

Complementary Color

#cedd47 #5647dd

#cedd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd47 Color CSS Codes

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

#cedd47 Text Font Color

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

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


#cedd47 Background Color

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

This div background color is #cedd47


#cedd47 Border Color

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

This div border color is #cedd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd47


Comments

No comments written yet.

Please login to write comment.