Color Hex Logo

#caffbb Color Hex

#CAFFBB
(202,255,187)
0 Favorites   0 Comments

Color spaces of #caffbb

RGB 202255187
HSL0.301.000.87
HSV107°27°100°
CMYK 0.210.000.27   0.00
XYZ69.086887.664460.2934
Yxy87.66440.31830.4039
Hunter Lab93.6293-32.140327.3602
CIE-Lab95.0195-28.970827.1775

#caffbb color RGB value is (202,255,187).

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

The process color (four color CMYK) of #caffbb color hex is 0.21, 0.00, 0.27, 0.00. Web safe color of #caffbb is #ccffcc. Color #caffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 10111011
Octal 312 377 273
Decimal 202 255 187
Hex CA FF BB

RGB Percentages of Color #caffbb

%31.37
%39.60
%29.04

CMYK Percentages of Color #caffbb

%21
%0
%27
%0

Triadic Colors of #caffbb

#caffbb #bbcaff #ffbbca

Analogous Colors of #caffbb

#caffbb #bbffce #ecffbb

Monochromatic Colors of #caffbb

#caffbb

Complementary Color

#caffbb #f0bbff

#caffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffbb Color CSS Codes

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

#caffbb Text Font Color

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

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


#caffbb Background Color

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

This div background color is #caffbb


#caffbb Border Color

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

This div border color is #caffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffbb


Comments

No comments written yet.

Please login to write comment.