Color Hex Logo

#caec36 Color Hex

#CAEC36
(202,236,54)
0 Favorites   0 Comments

Color spaces of #caec36

RGB 20223654
HSL0.200.830.57
HSV71°77°93°
CMYK 0.140.000.77   0.07
XYZ55.018472.813814.6447
Yxy72.81380.38620.5111
Hunter Lab85.3310-34.238849.5562
CIE-Lab88.3588-33.119777.4574

#caec36 color RGB value is (202,236,54).

#caec36 hex color red value is 202, green value is 236 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #caec36 hue: 0.20 , saturation: 0.83 and the lightness value of caec36 is 0.57.

The process color (four color CMYK) of #caec36 color hex is 0.14, 0.00, 0.77, 0.07. Web safe color of #caec36 is #ccff33. Color #caec36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101100 00110110
Octal 312 354 66
Decimal 202 236 54
Hex CA EC 36

RGB Percentages of Color #caec36

%41.06
%47.97
%10.98

CMYK Percentages of Color #caec36

%14
%0
%77
%7

Triadic Colors of #caec36

#caec36 #36caec #ec36ca

Analogous Colors of #caec36

#caec36 #6fec36 #ecb336

Monochromatic Colors of #caec36

#caec36

Complementary Color

#caec36 #5836ec

#caec36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caec36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caec36 Color CSS Codes

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

#caec36 Text Font Color

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

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


#caec36 Background Color

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

This div background color is #caec36


#caec36 Border Color

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

This div border color is #caec36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caec36


Comments

No comments written yet.

Please login to write comment.