Color Hex Logo

#ceea0d Color Hex

#CEEA0D
(206,234,13)
0 Favorites   0 Comments

Color spaces of #ceea0d

RGB 20623413
HSL0.190.890.48
HSV68°94°92°
CMYK 0.120.000.94   0.08
XYZ54.949171.996511.3814
Yxy71.99650.39720.5205
Hunter Lab84.8508-32.892751.4427
CIE-Lab87.9669-31.605385.0408

#ceea0d color RGB value is (206,234,13).

#ceea0d hex color red value is 206, green value is 234 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ceea0d hue: 0.19 , saturation: 0.89 and the lightness value of ceea0d is 0.48.

The process color (four color CMYK) of #ceea0d color hex is 0.12, 0.00, 0.94, 0.08. Web safe color of #ceea0d is #ccff00. Color #ceea0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 00001101
Octal 316 352 15
Decimal 206 234 13
Hex CE EA D

RGB Percentages of Color #ceea0d

%45.47
%51.66
%2.87

CMYK Percentages of Color #ceea0d

%12
%0
%94
%8

Triadic Colors of #ceea0d

#ceea0d #0dceea #ea0dce

Analogous Colors of #ceea0d

#ceea0d #5fea0d #ea980d

Monochromatic Colors of #ceea0d

#ceea0d

Complementary Color

#ceea0d #290dea

#ceea0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea0d Color CSS Codes

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

#ceea0d Text Font Color

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

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


#ceea0d Background Color

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

This div background color is #ceea0d


#ceea0d Border Color

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

This div border color is #ceea0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea0d


Comments

No comments written yet.

Please login to write comment.