Color Hex Logo

#cae731 Color Hex

#CAE731
(202,231,49)
0 Favorites   0 Comments

Color spaces of #cae731

RGB 20223149
HSL0.190.790.55
HSV70°79°91°
CMYK 0.130.000.79   0.09
XYZ53.487469.930113.5845
Yxy69.93010.39040.5104
Hunter Lab83.6242-32.170948.9055
CIE-Lab86.9626-31.002977.5851

#cae731 color RGB value is (202,231,49).

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

The process color (four color CMYK) of #cae731 color hex is 0.13, 0.00, 0.79, 0.09. Web safe color of #cae731 is #ccff33. Color #cae731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 00110001
Octal 312 347 61
Decimal 202 231 49
Hex CA E7 31

RGB Percentages of Color #cae731

%41.91
%47.93
%10.17

CMYK Percentages of Color #cae731

%13
%0
%79
%9

Triadic Colors of #cae731

#cae731 #31cae7 #e731ca

Analogous Colors of #cae731

#cae731 #6fe731 #e7a931

Monochromatic Colors of #cae731

#cae731

Complementary Color

#cae731 #4e31e7

#cae731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae731 Color CSS Codes

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

#cae731 Text Font Color

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

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


#cae731 Background Color

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

This div background color is #cae731


#cae731 Border Color

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

This div border color is #cae731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae731


Comments

No comments written yet.

Please login to write comment.