Color Hex Logo

#cae74f Color Hex

#CAE74F
(202,231,79)
0 Favorites   0 Comments

Color spaces of #cae74f

RGB 20223179
HSL0.200.760.61
HSV71°66°91°
CMYK 0.130.000.66   0.09
XYZ54.344370.272918.0969
Yxy70.27290.38080.4924
Hunter Lab83.8289-30.983345.8808
CIE-Lab87.1305-29.534167.8487

#cae74f color RGB value is (202,231,79).

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

The process color (four color CMYK) of #cae74f color hex is 0.13, 0.00, 0.66, 0.09. Web safe color of #cae74f is #ccff66. Color #cae74f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 01001111
Octal 312 347 117
Decimal 202 231 79
Hex CA E7 4F

RGB Percentages of Color #cae74f

%39.45
%45.12
%15.43

CMYK Percentages of Color #cae74f

%13
%0
%66
%9

Triadic Colors of #cae74f

#cae74f #4fcae7 #e74fca

Analogous Colors of #cae74f

#cae74f #7ee74f #e7b84f

Monochromatic Colors of #cae74f

#cae74f

Complementary Color

#cae74f #6c4fe7

#cae74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae74f Color CSS Codes

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

#cae74f Text Font Color

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

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


#cae74f Background Color

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

This div background color is #cae74f


#cae74f Border Color

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

This div border color is #cae74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae74f


Comments

No comments written yet.

Please login to write comment.