Color Hex Logo

#caf63d Color Hex

#CAF63D
(202,246,61)
0 Favorites   0 Comments

Color spaces of #caf63d

RGB 20224661
HSL0.210.910.60
HSV74°75°96°
CMYK 0.180.000.75   0.04
XYZ58.155278.805016.5607
Yxy78.80500.37880.5133
Hunter Lab88.7722-38.414951.0798
CIE-Lab91.1460-37.359977.9759

#caf63d color RGB value is (202,246,61).

#caf63d hex color red value is 202, green value is 246 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #caf63d hue: 0.21 , saturation: 0.91 and the lightness value of caf63d is 0.60.

The process color (four color CMYK) of #caf63d color hex is 0.18, 0.00, 0.75, 0.04. Web safe color of #caf63d is #ccff33. Color #caf63d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 00111101
Octal 312 366 75
Decimal 202 246 61
Hex CA F6 3D

RGB Percentages of Color #caf63d

%39.69
%48.33
%11.98

CMYK Percentages of Color #caf63d

%18
%0
%75
%4

Triadic Colors of #caf63d

#caf63d #3dcaf6 #f63dca

Analogous Colors of #caf63d

#caf63d #6ef63d #f6c63d

Monochromatic Colors of #caf63d

#caf63d

Complementary Color

#caf63d #693df6

#caf63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf63d Color CSS Codes

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

#caf63d Text Font Color

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

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


#caf63d Background Color

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

This div background color is #caf63d


#caf63d Border Color

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

This div border color is #caf63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf63d

Related Colors


Comments

No comments written yet.

Please login to write comment.