Color Hex Logo

#caff7b Color Hex

#CAFF7B
(202,255,123)
0 Favorites   0 Comments

Color spaces of #caff7b

RGB 202255123
HSL0.231.000.74
HSV84°52°100°
CMYK 0.210.000.52   0.00
XYZ63.692385.506631.8864
Yxy85.50660.35170.4722
Hunter Lab92.4698-38.873044.2838
CIE-Lab94.1010-37.031457.0149

#caff7b color RGB value is (202,255,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 01111011
Octal 312 377 173
Decimal 202 255 123
Hex CA FF 7B

RGB Percentages of Color #caff7b

%34.83
%43.97
%21.21

CMYK Percentages of Color #caff7b

%21
%0
%52
%0

Triadic Colors of #caff7b

#caff7b #7bcaff #ff7bca

Analogous Colors of #caff7b

#caff7b #88ff7b #fff27b

Monochromatic Colors of #caff7b

#caff7b

Complementary Color

#caff7b #b07bff

#caff7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caff7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caff7b Color CSS Codes

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

#caff7b Text Font Color

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

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


#caff7b Background Color

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

This div background color is #caff7b


#caff7b Border Color

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

This div border color is #caff7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caff7b


Comments

No comments written yet.

Please login to write comment.