Color Hex Logo

#ceea4d Color Hex

#CEEA4D
(206,234,77)
0 Favorites   0 Comments

Color spaces of #ceea4d

RGB 20623477
HSL0.200.790.61
HSV71°67°92°
CMYK 0.120.000.67   0.08
XYZ56.216072.503318.0528
Yxy72.50330.38300.4940
Hunter Lab85.1489-31.163347.0339
CIE-Lab88.2103-29.477569.7998

#ceea4d color RGB value is (206,234,77).

#ceea4d hex color red value is 206, green value is 234 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ceea4d hue: 0.20 , saturation: 0.79 and the lightness value of ceea4d is 0.61.

The process color (four color CMYK) of #ceea4d color hex is 0.12, 0.00, 0.67, 0.08. Web safe color of #ceea4d is #ccff66. Color #ceea4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 01001101
Octal 316 352 115
Decimal 206 234 77
Hex CE EA 4D

RGB Percentages of Color #ceea4d

%39.85
%45.26
%14.89

CMYK Percentages of Color #ceea4d

%12
%0
%67
%8

Triadic Colors of #ceea4d

#ceea4d #4dceea #ea4dce

Analogous Colors of #ceea4d

#ceea4d #80ea4d #eab84d

Monochromatic Colors of #ceea4d

#ceea4d

Complementary Color

#ceea4d #694dea

#ceea4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea4d Color CSS Codes

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

#ceea4d Text Font Color

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

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


#ceea4d Background Color

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

This div background color is #ceea4d


#ceea4d Border Color

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

This div border color is #ceea4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea4d


Comments

No comments written yet.

Please login to write comment.