Color Hex Logo

#cae431 Color Hex

#CAE431
(202,228,49)
0 Favorites   0 Comments

Color spaces of #cae431

RGB 20222849
HSL0.190.770.54
HSV69°79°89°
CMYK 0.110.000.79   0.11
XYZ52.654968.265113.3070
Yxy68.26510.39230.5086
Hunter Lab82.6227-30.832848.2868
CIE-Lab86.1388-29.605276.8500

#cae431 color RGB value is (202,228,49).

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

The process color (four color CMYK) of #cae431 color hex is 0.11, 0.00, 0.79, 0.11. Web safe color of #cae431 is #cccc33. Color #cae431 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 00110001
Octal 312 344 61
Decimal 202 228 49
Hex CA E4 31

RGB Percentages of Color #cae431

%42.17
%47.60
%10.23

CMYK Percentages of Color #cae431

%11
%0
%79
%11

Triadic Colors of #cae431

#cae431 #31cae4 #e431ca

Analogous Colors of #cae431

#cae431 #71e431 #e4a531

Monochromatic Colors of #cae431

#cae431

Complementary Color

#cae431 #4b31e4

#cae431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae431 Color CSS Codes

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

#cae431 Text Font Color

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

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


#cae431 Background Color

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

This div background color is #cae431


#cae431 Border Color

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

This div border color is #cae431


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,228,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 #cae431">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae431


Comments

No comments written yet.

Please login to write comment.