Color Hex Logo

#cae65b Color Hex

#CAE65B
(202,230,91)
0 Favorites   0 Comments

Color spaces of #cae65b

RGB 20223091
HSL0.200.740.63
HSV72°60°90°
CMYK 0.120.000.60   0.10
XYZ54.542369.905520.5160
Yxy69.90550.37620.4822
Hunter Lab83.6095-29.872943.9781
CIE-Lab86.9505-28.254762.8420

#cae65b color RGB value is (202,230,91).

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

The process color (four color CMYK) of #cae65b color hex is 0.12, 0.00, 0.60, 0.10. Web safe color of #cae65b is #ccff66. Color #cae65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01011011
Octal 312 346 133
Decimal 202 230 91
Hex CA E6 5B

RGB Percentages of Color #cae65b

%38.62
%43.98
%17.40

CMYK Percentages of Color #cae65b

%12
%0
%60
%10

Triadic Colors of #cae65b

#cae65b #5bcae6 #e65bca

Analogous Colors of #cae65b

#cae65b #85e65b #e6bd5b

Monochromatic Colors of #cae65b

#cae65b

Complementary Color

#cae65b #775be6

#cae65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae65b Color CSS Codes

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

#cae65b Text Font Color

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

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


#cae65b Background Color

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

This div background color is #cae65b


#cae65b Border Color

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

This div border color is #cae65b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,230,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 #cae65b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae65b


Comments

No comments written yet.

Please login to write comment.