Color Hex Logo

#cae074 Color Hex

#CAE074
(202,224,116)
0 Favorites   0 Comments

Color spaces of #cae074

RGB 202224116
HSL0.200.640.67
HSV72°48°88°
CMYK 0.100.000.48   0.12
XYZ54.165267.128826.6253
Yxy67.12880.36620.4538
Hunter Lab81.9322-25.375338.0852
CIE-Lab85.5689-23.259550.0522

#cae074 color RGB value is (202,224,116).

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

The process color (four color CMYK) of #cae074 color hex is 0.10, 0.00, 0.48, 0.12. Web safe color of #cae074 is #cccc66. Color #cae074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 01110100
Octal 312 340 164
Decimal 202 224 116
Hex CA E0 74

RGB Percentages of Color #cae074

%37.27
%41.33
%21.40

CMYK Percentages of Color #cae074

%10
%0
%48
%12

Triadic Colors of #cae074

#cae074 #74cae0 #e074ca

Analogous Colors of #cae074

#cae074 #94e074 #e0c074

Monochromatic Colors of #cae074

#cae074

Complementary Color

#cae074 #8a74e0

#cae074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae074 Color CSS Codes

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

#cae074 Text Font Color

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

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


#cae074 Background Color

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

This div background color is #cae074


#cae074 Border Color

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

This div border color is #cae074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae074


Comments

No comments written yet.

Please login to write comment.