Color Hex Logo

#caed07 Color Hex

#CAED07
(202,237,7)
0 Favorites   0 Comments

Color spaces of #caed07

RGB 2022377
HSL0.190.940.48
HSV69°97°93°
CMYK 0.150.000.97   0.07
XYZ54.679773.140311.4366
Yxy73.14030.39270.5252
Hunter Lab85.5221-35.537351.9368
CIE-Lab88.5146-34.647985.8330

#caed07 color RGB value is (202,237,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 00000111
Octal 312 355 7
Decimal 202 237 7
Hex CA ED 7

RGB Percentages of Color #caed07

%45.29
%53.14
%1.57

CMYK Percentages of Color #caed07

%15
%0
%97
%7

Triadic Colors of #caed07

#caed07 #07caed #ed07ca

Analogous Colors of #caed07

#caed07 #57ed07 #ed9d07

Monochromatic Colors of #caed07

#caed07

Complementary Color

#caed07 #2a07ed

#caed07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caed07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caed07 Color CSS Codes

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

#caed07 Text Font Color

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

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


#caed07 Background Color

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

This div background color is #caed07


#caed07 Border Color

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

This div border color is #caed07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caed07


Comments

No comments written yet.

Please login to write comment.