Color Hex Logo

#cffa7b Color Hex

#CFFA7B
(207,250,123)
0 Favorites   0 Comments

Color spaces of #cffa7b

RGB 207250123
HSL0.220.930.73
HSV80°51°98°
CMYK 0.170.000.51   0.02
XYZ63.492983.066731.4259
Yxy83.06670.35670.4667
Hunter Lab91.1409-35.145543.3551
CIE-Lab93.0436-32.931055.8343

#cffa7b color RGB value is (207,250,123).

#cffa7b hex color red value is 207, green value is 250 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cffa7b hue: 0.22 , saturation: 0.93 and the lightness value of cffa7b is 0.73.

The process color (four color CMYK) of #cffa7b color hex is 0.17, 0.00, 0.51, 0.02. Web safe color of #cffa7b is #ccff66. Color #cffa7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111010 01111011
Octal 317 372 173
Decimal 207 250 123
Hex CF FA 7B

RGB Percentages of Color #cffa7b

%35.69
%43.10
%21.21

CMYK Percentages of Color #cffa7b

%17
%0
%51
%2

Triadic Colors of #cffa7b

#cffa7b #7bcffa #fa7bcf

Analogous Colors of #cffa7b

#cffa7b #90fa7b #fae67b

Monochromatic Colors of #cffa7b

#cffa7b

Complementary Color

#cffa7b #a67bfa

#cffa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffa7b Color CSS Codes

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

#cffa7b Text Font Color

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

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


#cffa7b Background Color

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

This div background color is #cffa7b


#cffa7b Border Color

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

This div border color is #cffa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffa7b


Comments

No comments written yet.

Please login to write comment.