Color Hex Logo

#caed4d Color Hex

#CAED4D
(202,237,77)
0 Favorites   0 Comments

Color spaces of #caed4d

RGB 20223777
HSL0.200.820.62
HSV73°68°93°
CMYK 0.150.000.68   0.07
XYZ55.980973.660818.2886
Yxy73.66080.37840.4979
Hunter Lab85.8259-33.766647.4440
CIE-Lab88.7619-32.441270.2746

#caed4d color RGB value is (202,237,77).

#caed4d hex color red value is 202, green value is 237 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #caed4d hue: 0.20 , saturation: 0.82 and the lightness value of caed4d is 0.62.

The process color (four color CMYK) of #caed4d color hex is 0.15, 0.00, 0.68, 0.07. Web safe color of #caed4d is #ccff66. Color #caed4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 01001101
Octal 312 355 115
Decimal 202 237 77
Hex CA ED 4D

RGB Percentages of Color #caed4d

%39.15
%45.93
%14.92

CMYK Percentages of Color #caed4d

%15
%0
%68
%7

Triadic Colors of #caed4d

#caed4d #4dcaed #ed4dca

Analogous Colors of #caed4d

#caed4d #7aed4d #edc04d

Monochromatic Colors of #caed4d

#caed4d

Complementary Color

#caed4d #704ded

#caed4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caed4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caed4d Color CSS Codes

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

#caed4d Text Font Color

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

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


#caed4d Background Color

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

This div background color is #caed4d


#caed4d Border Color

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

This div border color is #caed4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caed4d


Comments

No comments written yet.

Please login to write comment.