Color Hex Logo

#caef01 Color Hex

#CAEF01
(202,239,1)
0 Favorites   0 Comments

Color spaces of #caef01

RGB 2022391
HSL0.190.990.47
HSV69°100°94°
CMYK 0.150.001.00   0.06
XYZ55.229174.291811.4576
Yxy74.29180.39180.5270
Hunter Lab86.1927-36.461052.4535
CIE-Lab89.0602-35.611686.7160

#caef01 color RGB value is (202,239,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 00000001
Octal 312 357 1
Decimal 202 239 1
Hex CA EF 1

RGB Percentages of Color #caef01

%45.70
%54.07
%0.23

CMYK Percentages of Color #caef01

%15
%0
%100
%6

Triadic Colors of #caef01

#caef01 #01caef #ef01ca

Analogous Colors of #caef01

#caef01 #53ef01 #ef9d01

Monochromatic Colors of #caef01

#caef01

Complementary Color

#caef01 #2601ef

#caef01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef01 Color CSS Codes

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

#caef01 Text Font Color

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

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


#caef01 Background Color

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

This div background color is #caef01


#caef01 Border Color

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

This div border color is #caef01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef01


Comments

No comments written yet.

Please login to write comment.