Color Hex Logo

#ceda63 Color Hex

#CEDA63
(206,218,99)
0 Favorites   0 Comments

Color spaces of #ceda63

RGB 20621899
HSL0.180.620.62
HSV66°55°85°
CMYK 0.060.000.55   0.15
XYZ52.777164.165521.4079
Yxy64.16550.38150.4638
Hunter Lab80.1034-22.574040.2269
CIE-Lab84.0519-20.292256.2064

#ceda63 color RGB value is (206,218,99).

#ceda63 hex color red value is 206, green value is 218 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ceda63 hue: 0.18 , saturation: 0.62 and the lightness value of ceda63 is 0.62.

The process color (four color CMYK) of #ceda63 color hex is 0.06, 0.00, 0.55, 0.15. Web safe color of #ceda63 is #cccc66. Color #ceda63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 01100011
Octal 316 332 143
Decimal 206 218 99
Hex CE DA 63

RGB Percentages of Color #ceda63

%39.39
%41.68
%18.93

CMYK Percentages of Color #ceda63

%6
%0
%55
%15

Triadic Colors of #ceda63

#ceda63 #63ceda #da63ce

Analogous Colors of #ceda63

#ceda63 #93da63 #daab63

Monochromatic Colors of #ceda63

#ceda63

Complementary Color

#ceda63 #6f63da

#ceda63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda63 Color CSS Codes

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

#ceda63 Text Font Color

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

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


#ceda63 Background Color

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

This div background color is #ceda63


#ceda63 Border Color

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

This div border color is #ceda63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda63


Comments

No comments written yet.

Please login to write comment.