Color Hex Logo

#caef11 Color Hex

#CAEF11
(202,239,17)
0 Favorites   0 Comments

Color spaces of #caef11

RGB 20223917
HSL0.190.870.50
HSV70°93°94°
CMYK 0.150.000.93   0.06
XYZ55.324874.330011.9615
Yxy74.33000.39070.5249
Hunter Lab86.2148-36.331052.1245
CIE-Lab89.0782-35.448385.3826

#caef11 color RGB value is (202,239,17).

#caef11 hex color red value is 202, green value is 239 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #caef11 hue: 0.19 , saturation: 0.87 and the lightness value of caef11 is 0.50.

The process color (four color CMYK) of #caef11 color hex is 0.15, 0.00, 0.93, 0.06. Web safe color of #caef11 is #ccff00. Color #caef11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 00010001
Octal 312 357 21
Decimal 202 239 17
Hex CA EF 11

RGB Percentages of Color #caef11

%44.10
%52.18
%3.71

CMYK Percentages of Color #caef11

%15
%0
%93
%6

Triadic Colors of #caef11

#caef11 #11caef #ef11ca

Analogous Colors of #caef11

#caef11 #5bef11 #efa511

Monochromatic Colors of #caef11

#caef11

Complementary Color

#caef11 #3611ef

#caef11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef11 Color CSS Codes

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

#caef11 Text Font Color

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

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


#caef11 Background Color

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

This div background color is #caef11


#caef11 Border Color

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

This div border color is #caef11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef11


Comments

No comments written yet.

Please login to write comment.