Color Hex Logo

#caea73 Color Hex

#CAEA73
(202,234,115)
0 Favorites   0 Comments

Color spaces of #caea73

RGB 202234115
HSL0.210.740.68
HSV76°51°92°
CMYK 0.140.000.51   0.08
XYZ56.874572.640027.2430
Yxy72.64000.36280.4634
Hunter Lab85.2291-30.035540.7087
CIE-Lab88.2757-28.127353.7593

#caea73 color RGB value is (202,234,115).

#caea73 hex color red value is 202, green value is 234 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #caea73 hue: 0.21 , saturation: 0.74 and the lightness value of caea73 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 01110011
Octal 312 352 163
Decimal 202 234 115
Hex CA EA 73

RGB Percentages of Color #caea73

%36.66
%42.47
%20.87

CMYK Percentages of Color #caea73

%14
%0
%51
%8

Triadic Colors of #caea73

#caea73 #73caea #ea73ca

Analogous Colors of #caea73

#caea73 #8fea73 #eacf73

Monochromatic Colors of #caea73

#caea73

Complementary Color

#caea73 #9373ea

#caea73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caea73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caea73 Color CSS Codes

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

#caea73 Text Font Color

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

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


#caea73 Background Color

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

This div background color is #caea73


#caea73 Border Color

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

This div border color is #caea73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caea73


Comments

No comments written yet.

Please login to write comment.