Color Hex Logo

#cedd69 Color Hex

#CEDD69
(206,221,105)
0 Favorites   0 Comments

Color spaces of #cedd69

RGB 206221105
HSL0.190.630.64
HSV68°52°87°
CMYK 0.070.000.52   0.13
XYZ53.859965.854623.2371
Yxy65.85460.37680.4607
Hunter Lab81.1508-23.543439.8282
CIE-Lab84.9222-21.252154.4847

#cedd69 color RGB value is (206,221,105).

#cedd69 hex color red value is 206, green value is 221 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cedd69 hue: 0.19 , saturation: 0.63 and the lightness value of cedd69 is 0.64.

The process color (four color CMYK) of #cedd69 color hex is 0.07, 0.00, 0.52, 0.13. Web safe color of #cedd69 is #cccc66. Color #cedd69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01101001
Octal 316 335 151
Decimal 206 221 105
Hex CE DD 69

RGB Percentages of Color #cedd69

%38.72
%41.54
%19.74

CMYK Percentages of Color #cedd69

%7
%0
%52
%13

Triadic Colors of #cedd69

#cedd69 #69cedd #dd69ce

Analogous Colors of #cedd69

#cedd69 #94dd69 #ddb269

Monochromatic Colors of #cedd69

#cedd69

Complementary Color

#cedd69 #7869dd

#cedd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd69 Color CSS Codes

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

#cedd69 Text Font Color

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

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


#cedd69 Background Color

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

This div background color is #cedd69


#cedd69 Border Color

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

This div border color is #cedd69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd69


Comments

No comments written yet.

Please login to write comment.