Color Hex Logo

#caf54d Color Hex

#CAF54D
(202,245,77)
0 Favorites   0 Comments

Color spaces of #caf54d

RGB 20224577
HSL0.210.890.63
HSV75°69°96°
CMYK 0.180.000.69   0.04
XYZ58.349178.397219.0780
Yxy78.39720.37450.5031
Hunter Lab88.5422-37.317849.2044
CIE-Lab90.9608-36.090772.5004

#caf54d color RGB value is (202,245,77).

#caf54d hex color red value is 202, green value is 245 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #caf54d hue: 0.21 , saturation: 0.89 and the lightness value of caf54d is 0.63.

The process color (four color CMYK) of #caf54d color hex is 0.18, 0.00, 0.69, 0.04. Web safe color of #caf54d is #ccff66. Color #caf54d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 01001101
Octal 312 365 115
Decimal 202 245 77
Hex CA F5 4D

RGB Percentages of Color #caf54d

%38.55
%46.76
%14.69

CMYK Percentages of Color #caf54d

%18
%0
%69
%4

Triadic Colors of #caf54d

#caf54d #4dcaf5 #f54dca

Analogous Colors of #caf54d

#caf54d #76f54d #f5cc4d

Monochromatic Colors of #caf54d

#caf54d

Complementary Color

#caf54d #784df5

#caf54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf54d Color CSS Codes

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

#caf54d Text Font Color

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

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


#caf54d Background Color

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

This div background color is #caf54d


#caf54d Border Color

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

This div border color is #caf54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf54d


Comments

No comments written yet.

Please login to write comment.