Color Hex Logo

#caea58 Color Hex

#CAEA58
(202,234,88)
0 Favorites   0 Comments

Color spaces of #caea58

RGB 20223488
HSL0.200.780.63
HSV73°62°92°
CMYK 0.140.000.62   0.08
XYZ55.541472.106820.2232
Yxy72.10680.37560.4876
Hunter Lab84.9157-31.849845.3207
CIE-Lab88.0200-30.342865.2340

#caea58 color RGB value is (202,234,88).

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

The process color (four color CMYK) of #caea58 color hex is 0.14, 0.00, 0.62, 0.08. Web safe color of #caea58 is #ccff66. Color #caea58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 01011000
Octal 312 352 130
Decimal 202 234 88
Hex CA EA 58

RGB Percentages of Color #caea58

%38.55
%44.66
%16.79

CMYK Percentages of Color #caea58

%14
%0
%62
%8

Triadic Colors of #caea58

#caea58 #58caea #ea58ca

Analogous Colors of #caea58

#caea58 #81ea58 #eac158

Monochromatic Colors of #caea58

#caea58

Complementary Color

#caea58 #7858ea

#caea58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caea58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caea58 Color CSS Codes

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

#caea58 Text Font Color

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

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


#caea58 Background Color

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

This div background color is #caea58


#caea58 Border Color

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

This div border color is #caea58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caea58


Comments

No comments written yet.

Please login to write comment.