Color Hex Logo

#caee42 Color Hex

#CAEE42
(202,238,66)
0 Favorites   0 Comments

Color spaces of #caee42

RGB 20223866
HSL0.200.830.60
HSV73°72°93°
CMYK 0.150.000.72   0.07
XYZ55.915074.099016.5098
Yxy74.09900.38160.5057
Hunter Lab86.0808-34.694148.8851
CIE-Lab88.9693-33.499474.3324

#caee42 color RGB value is (202,238,66).

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

The process color (four color CMYK) of #caee42 color hex is 0.15, 0.00, 0.72, 0.07. Web safe color of #caee42 is #ccff33. Color #caee42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 01000010
Octal 312 356 102
Decimal 202 238 66
Hex CA EE 42

RGB Percentages of Color #caee42

%39.92
%47.04
%13.04

CMYK Percentages of Color #caee42

%15
%0
%72
%7

Triadic Colors of #caee42

#caee42 #42caee #ee42ca

Analogous Colors of #caee42

#caee42 #74ee42 #eebc42

Monochromatic Colors of #caee42

#caee42

Complementary Color

#caee42 #6642ee

#caee42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee42 Color CSS Codes

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

#caee42 Text Font Color

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

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


#caee42 Background Color

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

This div background color is #caee42


#caee42 Border Color

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

This div border color is #caee42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee42


Comments

No comments written yet.

Please login to write comment.