Color Hex Logo

#cae469 Color Hex

#CAE469
(202,228,105)
0 Favorites   0 Comments

Color spaces of #cae469

RGB 202228105
HSL0.200.690.65
HSV73°54°89°
CMYK 0.110.000.54   0.11
XYZ54.650369.063323.8148
Yxy69.06330.37040.4681
Hunter Lab83.1043-28.049141.1826
CIE-Lab86.5354-26.191456.2837

#cae469 color RGB value is (202,228,105).

#cae469 hex color red value is 202, green value is 228 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cae469 hue: 0.20 , saturation: 0.69 and the lightness value of cae469 is 0.65.

The process color (four color CMYK) of #cae469 color hex is 0.11, 0.00, 0.54, 0.11. Web safe color of #cae469 is #cccc66. Color #cae469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 01101001
Octal 312 344 151
Decimal 202 228 105
Hex CA E4 69

RGB Percentages of Color #cae469

%37.76
%42.62
%19.63

CMYK Percentages of Color #cae469

%11
%0
%54
%11

Triadic Colors of #cae469

#cae469 #69cae4 #e469ca

Analogous Colors of #cae469

#cae469 #8de469 #e4c169

Monochromatic Colors of #cae469

#cae469

Complementary Color

#cae469 #8369e4

#cae469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae469 Color CSS Codes

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

#cae469 Text Font Color

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

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


#cae469 Background Color

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

This div background color is #cae469


#cae469 Border Color

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

This div border color is #cae469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae469


Comments

No comments written yet.

Please login to write comment.