Color Hex Logo

#ccea46 Color Hex

#CCEA46
(204,234,70)
0 Favorites   0 Comments

Color spaces of #ccea46

RGB 20423470
HSL0.200.800.60
HSV71°70°92°
CMYK 0.130.000.70   0.08
XYZ55.430172.125216.7944
Yxy72.12520.38400.4997
Hunter Lab84.9266-32.117647.7239
CIE-Lab88.0288-30.660472.1016

#ccea46 color RGB value is (204,234,70).

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

The process color (four color CMYK) of #ccea46 color hex is 0.13, 0.00, 0.70, 0.08. Web safe color of #ccea46 is #ccff33. Color #ccea46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 01000110
Octal 314 352 106
Decimal 204 234 70
Hex CC EA 46

RGB Percentages of Color #ccea46

%40.16
%46.06
%13.78

CMYK Percentages of Color #ccea46

%13
%0
%70
%8

Triadic Colors of #ccea46

#ccea46 #46ccea #ea46cc

Analogous Colors of #ccea46

#ccea46 #7aea46 #eab646

Monochromatic Colors of #ccea46

#ccea46

Complementary Color

#ccea46 #6446ea

#ccea46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea46 Color CSS Codes

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

#ccea46 Text Font Color

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

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


#ccea46 Background Color

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

This div background color is #ccea46


#ccea46 Border Color

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

This div border color is #ccea46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea46


Comments

No comments written yet.

Please login to write comment.