Color Hex Logo

#cffb5f Color Hex

#CFFB5F
(207,251,95)
0 Favorites   0 Comments

Color spaces of #cffb5f

RGB 20725195
HSL0.210.950.68
HSV77°62°98°
CMYK 0.180.000.62   0.02
XYZ62.294983.086023.5804
Yxy83.08600.36870.4917
Hunter Lab91.1515-37.524448.4681
CIE-Lab93.0521-35.733967.9160

#cffb5f color RGB value is (207,251,95).

#cffb5f hex color red value is 207, green value is 251 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cffb5f hue: 0.21 , saturation: 0.95 and the lightness value of cffb5f is 0.68.

The process color (four color CMYK) of #cffb5f color hex is 0.18, 0.00, 0.62, 0.02. Web safe color of #cffb5f is #ccff66. Color #cffb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111011 01011111
Octal 317 373 137
Decimal 207 251 95
Hex CF FB 5F

RGB Percentages of Color #cffb5f

%37.43
%45.39
%17.18

CMYK Percentages of Color #cffb5f

%18
%0
%62
%2

Triadic Colors of #cffb5f

#cffb5f #5fcffb #fb5fcf

Analogous Colors of #cffb5f

#cffb5f #81fb5f #fbd95f

Monochromatic Colors of #cffb5f

#cffb5f

Complementary Color

#cffb5f #8b5ffb

#cffb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffb5f Color CSS Codes

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

#cffb5f Text Font Color

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

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


#cffb5f Background Color

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

This div background color is #cffb5f


#cffb5f Border Color

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

This div border color is #cffb5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,251,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffb5f


Comments

No comments written yet.

Please login to write comment.