Color Hex Logo

#cae704 Color Hex

#CAE704
(202,231,4)
0 Favorites   0 Comments

Color spaces of #cae704

RGB 2022314
HSL0.190.970.46
HSV68°98°91°
CMYK 0.130.000.98   0.09
XYZ52.954969.717210.7806
Yxy69.71720.39680.5224
Hunter Lab83.4968-32.912250.7926
CIE-Lab86.8580-31.926584.8167

#cae704 color RGB value is (202,231,4).

#cae704 hex color red value is 202, green value is 231 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cae704 hue: 0.19 , saturation: 0.97 and the lightness value of cae704 is 0.46.

The process color (four color CMYK) of #cae704 color hex is 0.13, 0.00, 0.98, 0.09. Web safe color of #cae704 is #ccff00. Color #cae704 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 00000100
Octal 312 347 4
Decimal 202 231 4
Hex CA E7 4

RGB Percentages of Color #cae704

%46.22
%52.86
%0.92

CMYK Percentages of Color #cae704

%13
%0
%98
%9

Triadic Colors of #cae704

#cae704 #04cae7 #e704ca

Analogous Colors of #cae704

#cae704 #59e704 #e79304

Monochromatic Colors of #cae704

#cae704

Complementary Color

#cae704 #2104e7

#cae704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae704 Color CSS Codes

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

#cae704 Text Font Color

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

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


#cae704 Background Color

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

This div background color is #cae704


#cae704 Border Color

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

This div border color is #cae704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae704


Comments

No comments written yet.

Please login to write comment.