Color Hex Logo

#caf65d Color Hex

#CAF65D
(202,246,93)
0 Favorites   0 Comments

Color spaces of #caf65d

RGB 20224693
HSL0.210.890.66
HSV77°62°96°
CMYK 0.180.000.62   0.04
XYZ59.288779.258422.5295
Yxy79.25840.36810.4921
Hunter Lab89.0272-36.923447.3149
CIE-Lab91.3511-35.503966.7947

#caf65d color RGB value is (202,246,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 01011101
Octal 312 366 135
Decimal 202 246 93
Hex CA F6 5D

RGB Percentages of Color #caf65d

%37.34
%45.47
%17.19

CMYK Percentages of Color #caf65d

%18
%0
%62
%4

Triadic Colors of #caf65d

#caf65d #5dcaf6 #f65dca

Analogous Colors of #caf65d

#caf65d #7ef65d #f6d65d

Monochromatic Colors of #caf65d

#caf65d

Complementary Color

#caf65d #895df6

#caf65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf65d Color CSS Codes

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

#caf65d Text Font Color

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

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


#caf65d Background Color

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

This div background color is #caf65d


#caf65d Border Color

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

This div border color is #caf65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf65d


Comments

No comments written yet.

Please login to write comment.