Color Hex Logo

#cedd44 Color Hex

#CEDD44
(206,221,68)
0 Favorites   0 Comments

Color spaces of #cedd44

RGB 20622168
HSL0.180.690.57
HSV66°69°87°
CMYK 0.070.000.69   0.13
XYZ52.353465.252115.3044
Yxy65.25210.39390.4909
Hunter Lab80.7788-25.675545.3120
CIE-Lab84.6135-23.815769.4838

#cedd44 color RGB value is (206,221,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01000100
Octal 316 335 104
Decimal 206 221 68
Hex CE DD 44

RGB Percentages of Color #cedd44

%41.62
%44.65
%13.74

CMYK Percentages of Color #cedd44

%7
%0
%69
%13

Triadic Colors of #cedd44

#cedd44 #44cedd #dd44ce

Analogous Colors of #cedd44

#cedd44 #82dd44 #dda044

Monochromatic Colors of #cedd44

#cedd44

Complementary Color

#cedd44 #5344dd

#cedd44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd44 Color CSS Codes

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

#cedd44 Text Font Color

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

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


#cedd44 Background Color

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

This div background color is #cedd44


#cedd44 Border Color

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

This div border color is #cedd44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd44


Comments

No comments written yet.

Please login to write comment.