Color Hex Logo

#cae653 Color Hex

#CAE653
(202,230,83)
0 Favorites   0 Comments

Color spaces of #cae653

RGB 20223083
HSL0.200.750.61
HSV71°64°90°
CMYK 0.120.000.64   0.10
XYZ54.215369.774718.7940
Yxy69.77470.37970.4887
Hunter Lab83.5313-30.325745.1320
CIE-Lab86.8862-28.809866.0334

#cae653 color RGB value is (202,230,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01010011
Octal 312 346 123
Decimal 202 230 83
Hex CA E6 53

RGB Percentages of Color #cae653

%39.22
%44.66
%16.12

CMYK Percentages of Color #cae653

%12
%0
%64
%10

Triadic Colors of #cae653

#cae653 #53cae6 #e653ca

Analogous Colors of #cae653

#cae653 #81e653 #e6b953

Monochromatic Colors of #cae653

#cae653

Complementary Color

#cae653 #6f53e6

#cae653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae653 Color CSS Codes

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

#cae653 Text Font Color

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

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


#cae653 Background Color

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

This div background color is #cae653


#cae653 Border Color

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

This div border color is #cae653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae653


Comments

No comments written yet.

Please login to write comment.