Color Hex Logo

#ccea5b Color Hex

#CCEA5B
(204,234,91)
0 Favorites   0 Comments

Color spaces of #ccea5b

RGB 20423491
HSL0.200.770.64
HSV73°61°92°
CMYK 0.130.000.61   0.08
XYZ56.213072.438320.9168
Yxy72.43830.37580.4843
Hunter Lab85.1107-31.049945.0064
CIE-Lab88.1791-29.350764.2185

#ccea5b color RGB value is (204,234,91).

#ccea5b hex color red value is 204, green value is 234 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ccea5b hue: 0.20 , saturation: 0.77 and the lightness value of ccea5b is 0.64.

The process color (four color CMYK) of #ccea5b color hex is 0.13, 0.00, 0.61, 0.08. Web safe color of #ccea5b is #ccff66. Color #ccea5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 01011011
Octal 314 352 133
Decimal 204 234 91
Hex CC EA 5B

RGB Percentages of Color #ccea5b

%38.56
%44.23
%17.20

CMYK Percentages of Color #ccea5b

%13
%0
%61
%8

Triadic Colors of #ccea5b

#ccea5b #5bccea #ea5bcc

Analogous Colors of #ccea5b

#ccea5b #85ea5b #eac15b

Monochromatic Colors of #ccea5b

#ccea5b

Complementary Color

#ccea5b #795bea

#ccea5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea5b Color CSS Codes

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

#ccea5b Text Font Color

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

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


#ccea5b Background Color

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

This div background color is #ccea5b


#ccea5b Border Color

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

This div border color is #ccea5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea5b


Comments

No comments written yet.

Please login to write comment.