Color Hex Logo

#cedf49 Color Hex

#CEDF49
(206,223,73)
0 Favorites   0 Comments

Color spaces of #cedf49

RGB 20622373
HSL0.190.700.58
HSV67°67°87°
CMYK 0.080.000.67   0.13
XYZ53.043966.378216.3199
Yxy66.37820.39080.4890
Hunter Lab81.4728-26.362845.1545
CIE-Lab85.1890-24.502268.2251

#cedf49 color RGB value is (206,223,73).

#cedf49 hex color red value is 206, green value is 223 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cedf49 hue: 0.19 , saturation: 0.70 and the lightness value of cedf49 is 0.58.

The process color (four color CMYK) of #cedf49 color hex is 0.08, 0.00, 0.67, 0.13. Web safe color of #cedf49 is #cccc33. Color #cedf49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01001001
Octal 316 337 111
Decimal 206 223 73
Hex CE DF 49

RGB Percentages of Color #cedf49

%41.04
%44.42
%14.54

CMYK Percentages of Color #cedf49

%8
%0
%67
%13

Triadic Colors of #cedf49

#cedf49 #49cedf #df49ce

Analogous Colors of #cedf49

#cedf49 #83df49 #dfa549

Monochromatic Colors of #cedf49

#cedf49

Complementary Color

#cedf49 #5a49df

#cedf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf49 Color CSS Codes

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

#cedf49 Text Font Color

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

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


#cedf49 Background Color

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

This div background color is #cedf49


#cedf49 Border Color

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

This div border color is #cedf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf49


Comments

No comments written yet.

Please login to write comment.