Color Hex Logo

#caed01 Color Hex

#CAED01
(202,237,1)
0 Favorites   0 Comments

Color spaces of #caed01

RGB 2022371
HSL0.190.990.47
HSV69°100°93°
CMYK 0.150.001.00   0.07
XYZ54.646873.127111.2635
Yxy73.12710.39300.5260
Hunter Lab85.5144-35.582252.0507
CIE-Lab88.5083-34.704286.3007

#caed01 color RGB value is (202,237,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 00000001
Octal 312 355 1
Decimal 202 237 1
Hex CA ED 1

RGB Percentages of Color #caed01

%45.91
%53.86
%0.23

CMYK Percentages of Color #caed01

%15
%0
%100
%7

Triadic Colors of #caed01

#caed01 #01caed #ed01ca

Analogous Colors of #caed01

#caed01 #54ed01 #ed9a01

Monochromatic Colors of #caed01

#caed01

Complementary Color

#caed01 #2401ed

#caed01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caed01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caed01 Color CSS Codes

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

#caed01 Text Font Color

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

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


#caed01 Background Color

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

This div background color is #caed01


#caed01 Border Color

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

This div border color is #caed01


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,237,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 #caed01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caed01


Comments

No comments written yet.

Please login to write comment.