Color Hex Logo

#cae64c Color Hex

#CAE64C
(202,230,76)
0 Favorites   0 Comments

Color spaces of #cae64c

RGB 20223076
HSL0.200.750.60
HSV71°67°90°
CMYK 0.120.000.67   0.10
XYZ53.958469.672017.4416
Yxy69.67200.38250.4939
Hunter Lab83.4698-30.682146.0398
CIE-Lab86.8357-29.248168.6841

#cae64c color RGB value is (202,230,76).

#cae64c hex color red value is 202, green value is 230 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cae64c hue: 0.20 , saturation: 0.75 and the lightness value of cae64c is 0.60.

The process color (four color CMYK) of #cae64c color hex is 0.12, 0.00, 0.67, 0.10. Web safe color of #cae64c is #ccff33. Color #cae64c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01001100
Octal 312 346 114
Decimal 202 230 76
Hex CA E6 4C

RGB Percentages of Color #cae64c

%39.76
%45.28
%14.96

CMYK Percentages of Color #cae64c

%12
%0
%67
%10

Triadic Colors of #cae64c

#cae64c #4ccae6 #e64cca

Analogous Colors of #cae64c

#cae64c #7de64c #e6b54c

Monochromatic Colors of #cae64c

#cae64c

Complementary Color

#cae64c #684ce6

#cae64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae64c Color CSS Codes

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

#cae64c Text Font Color

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

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


#cae64c Background Color

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

This div background color is #cae64c


#cae64c Border Color

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

This div border color is #cae64c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,230,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cae64c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cae64c;
  -webkit-box-shadow: 1px 1px 3px 2px #cae64c;
  box-shadow:         1px 1px 3px 2px #cae64c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,230,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae64c


Comments

No comments written yet.

Please login to write comment.