Color Hex Logo

#cafe7b Color Hex

#CAFE7B
(202,254,123)
0 Favorites   0 Comments

Color spaces of #cafe7b

RGB 202254123
HSL0.230.980.74
HSV84°52°100°
CMYK 0.200.000.52   0.00
XYZ63.374184.870231.7803
Yxy84.87020.35200.4714
Hunter Lab92.1250-38.426144.0343
CIE-Lab93.8272-36.581056.6902

#cafe7b color RGB value is (202,254,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 01111011
Octal 312 376 173
Decimal 202 254 123
Hex CA FE 7B

RGB Percentages of Color #cafe7b

%34.89
%43.87
%21.24

CMYK Percentages of Color #cafe7b

%20
%0
%52
%0

Triadic Colors of #cafe7b

#cafe7b #7bcafe #fe7bca

Analogous Colors of #cafe7b

#cafe7b #89fe7b #fef17b

Monochromatic Colors of #cafe7b

#cafe7b

Complementary Color

#cafe7b #af7bfe

#cafe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafe7b Color CSS Codes

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

#cafe7b Text Font Color

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

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


#cafe7b Background Color

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

This div background color is #cafe7b


#cafe7b Border Color

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

This div border color is #cafe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafe7b


Comments

No comments written yet.

Please login to write comment.