Color Hex Logo

#cafe7d Color Hex

#CAFE7D
(202,254,125)
0 Favorites   0 Comments

Color spaces of #cafe7d

RGB 202254125
HSL0.230.980.74
HSV84°51°100°
CMYK 0.200.000.51   0.00
XYZ63.500684.920832.4466
Yxy84.92080.35110.4695
Hunter Lab92.1525-38.265743.6309
CIE-Lab93.8490-36.384655.8071

#cafe7d color RGB value is (202,254,125).

#cafe7d hex color red value is 202, green value is 254 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cafe7d hue: 0.23 , saturation: 0.98 and the lightness value of cafe7d is 0.74.

The process color (four color CMYK) of #cafe7d color hex is 0.20, 0.00, 0.51, 0.00. Web safe color of #cafe7d is #ccff66. Color #cafe7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 01111101
Octal 312 376 175
Decimal 202 254 125
Hex CA FE 7D

RGB Percentages of Color #cafe7d

%34.77
%43.72
%21.51

CMYK Percentages of Color #cafe7d

%20
%0
%51
%0

Triadic Colors of #cafe7d

#cafe7d #7dcafe #fe7dca

Analogous Colors of #cafe7d

#cafe7d #8afe7d #fef27d

Monochromatic Colors of #cafe7d

#cafe7d

Complementary Color

#cafe7d #b17dfe

#cafe7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafe7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafe7d Color CSS Codes

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

#cafe7d Text Font Color

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

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


#cafe7d Background Color

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

This div background color is #cafe7d


#cafe7d Border Color

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

This div border color is #cafe7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafe7d

Related Colors


Comments

No comments written yet.

Please login to write comment.