Color Hex Logo

#cae64b Color Hex

#CAE64B
(202,230,75)
0 Favorites   0 Comments

Color spaces of #cae64b

RGB 20223075
HSL0.200.760.60
HSV71°67°90°
CMYK 0.120.000.67   0.10
XYZ53.923969.658217.2599
Yxy69.65820.38290.4946
Hunter Lab83.4615-30.730046.1618
CIE-Lab86.8290-29.307169.0509

#cae64b color RGB value is (202,230,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01001011
Octal 312 346 113
Decimal 202 230 75
Hex CA E6 4B

RGB Percentages of Color #cae64b

%39.84
%45.36
%14.79

CMYK Percentages of Color #cae64b

%12
%0
%67
%10

Triadic Colors of #cae64b

#cae64b #4bcae6 #e64bca

Analogous Colors of #cae64b

#cae64b #7de64b #e6b54b

Monochromatic Colors of #cae64b

#cae64b

Complementary Color

#cae64b #674be6

#cae64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae64b Color CSS Codes

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

#cae64b Text Font Color

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

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


#cae64b Background Color

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

This div background color is #cae64b


#cae64b Border Color

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

This div border color is #cae64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae64b


Comments

No comments written yet.

Please login to write comment.