Color Hex Logo

#caea5d Color Hex

#CAEA5D
(202,234,93)
0 Favorites   0 Comments

Color spaces of #caea5d

RGB 20223493
HSL0.200.770.64
HSV74°60°92°
CMYK 0.140.000.60   0.08
XYZ55.755772.192521.3518
Yxy72.19250.37340.4835
Hunter Lab84.9662-31.557244.5769
CIE-Lab88.0612-29.983563.2206

#caea5d color RGB value is (202,234,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 01011101
Octal 312 352 135
Decimal 202 234 93
Hex CA EA 5D

RGB Percentages of Color #caea5d

%38.19
%44.23
%17.58

CMYK Percentages of Color #caea5d

%14
%0
%60
%8

Triadic Colors of #caea5d

#caea5d #5dcaea #ea5dca

Analogous Colors of #caea5d

#caea5d #84ea5d #eac45d

Monochromatic Colors of #caea5d

#caea5d

Complementary Color

#caea5d #7d5dea

#caea5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caea5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caea5d Color CSS Codes

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

#caea5d Text Font Color

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

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


#caea5d Background Color

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

This div background color is #caea5d


#caea5d Border Color

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

This div border color is #caea5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caea5d


Comments

No comments written yet.

Please login to write comment.