Color Hex Logo

#cffabb Color Hex

#CFFABB
(207,250,187)
0 Favorites   0 Comments

Color spaces of #cffabb

RGB 207250187
HSL0.280.860.86
HSV101°25°98°
CMYK 0.170.000.25   0.02
XYZ68.887485.224559.8329
Yxy85.22450.32200.3983
Hunter Lab92.3171-28.357526.1947
CIE-Lab93.9798-24.922425.8042

#cffabb color RGB value is (207,250,187).

#cffabb hex color red value is 207, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cffabb hue: 0.28 , saturation: 0.86 and the lightness value of cffabb is 0.86.

The process color (four color CMYK) of #cffabb color hex is 0.17, 0.00, 0.25, 0.02. Web safe color of #cffabb is #ccffcc. Color #cffabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111010 10111011
Octal 317 372 273
Decimal 207 250 187
Hex CF FA BB

RGB Percentages of Color #cffabb

%32.14
%38.82
%29.04

CMYK Percentages of Color #cffabb

%17
%0
%25
%2

Triadic Colors of #cffabb

#cffabb #bbcffa #fabbcf

Analogous Colors of #cffabb

#cffabb #bbfac7 #effabb

Monochromatic Colors of #cffabb

#cffabb

Complementary Color

#cffabb #e6bbfa

#cffabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffabb Color CSS Codes

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

#cffabb Text Font Color

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

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


#cffabb Background Color

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

This div background color is #cffabb


#cffabb Border Color

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

This div border color is #cffabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffabb


Comments

No comments written yet.

Please login to write comment.