Color Hex Logo

#cedd65 Color Hex

#CEDD65
(206,221,101)
0 Favorites   0 Comments

Color spaces of #cedd65

RGB 206221101
HSL0.190.640.63
HSV68°54°87°
CMYK 0.070.000.54   0.13
XYZ53.659065.774322.1795
Yxy65.77430.37890.4645
Hunter Lab81.1014-23.826640.5564
CIE-Lab84.8812-21.590356.2554

#cedd65 color RGB value is (206,221,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01100101
Octal 316 335 145
Decimal 206 221 101
Hex CE DD 65

RGB Percentages of Color #cedd65

%39.02
%41.86
%19.13

CMYK Percentages of Color #cedd65

%7
%0
%54
%13

Triadic Colors of #cedd65

#cedd65 #65cedd #dd65ce

Analogous Colors of #cedd65

#cedd65 #92dd65 #ddb065

Monochromatic Colors of #cedd65

#cedd65

Complementary Color

#cedd65 #7465dd

#cedd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd65 Color CSS Codes

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

#cedd65 Text Font Color

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

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


#cedd65 Background Color

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

This div background color is #cedd65


#cedd65 Border Color

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

This div border color is #cedd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd65


Comments

No comments written yet.

Please login to write comment.