Color Hex Logo

#cae146 Color Hex

#CAE146
(202,225,70)
0 Favorites   0 Comments

Color spaces of #cae146

RGB 20222570
HSL0.190.720.58
HSV69°69°88°
CMYK 0.100.000.69   0.12
XYZ52.387866.849215.9364
Yxy66.84920.38760.4945
Hunter Lab81.7614-28.710245.6765
CIE-Lab85.4277-27.235769.4755

#cae146 color RGB value is (202,225,70).

#cae146 hex color red value is 202, green value is 225 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cae146 hue: 0.19 , saturation: 0.72 and the lightness value of cae146 is 0.58.

The process color (four color CMYK) of #cae146 color hex is 0.10, 0.00, 0.69, 0.12. Web safe color of #cae146 is #cccc33. Color #cae146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01000110
Octal 312 341 106
Decimal 202 225 70
Hex CA E1 46

RGB Percentages of Color #cae146

%40.64
%45.27
%14.08

CMYK Percentages of Color #cae146

%10
%0
%69
%12

Triadic Colors of #cae146

#cae146 #46cae1 #e146ca

Analogous Colors of #cae146

#cae146 #7de146 #e1ab46

Monochromatic Colors of #cae146

#cae146

Complementary Color

#cae146 #5d46e1

#cae146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae146 Color CSS Codes

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

#cae146 Text Font Color

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

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


#cae146 Background Color

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

This div background color is #cae146


#cae146 Border Color

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

This div border color is #cae146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae146


Comments

No comments written yet.

Please login to write comment.