Color Hex Logo

#cfef71 Color Hex

#CFEF71
(207,239,113)
0 Favorites   0 Comments

Color spaces of #cfef71

RGB 207239113
HSL0.210.800.69
HSV75°53°94°
CMYK 0.130.000.53   0.06
XYZ59.579376.190727.1889
Yxy76.19070.36560.4675
Hunter Lab87.2873-30.914842.6330
CIE-Lab89.9478-28.758456.7257

#cfef71 color RGB value is (207,239,113).

#cfef71 hex color red value is 207, green value is 239 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cfef71 hue: 0.21 , saturation: 0.80 and the lightness value of cfef71 is 0.69.

The process color (four color CMYK) of #cfef71 color hex is 0.13, 0.00, 0.53, 0.06. Web safe color of #cfef71 is #ccff66. Color #cfef71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 01110001
Octal 317 357 161
Decimal 207 239 113
Hex CF EF 71

RGB Percentages of Color #cfef71

%37.03
%42.75
%20.21

CMYK Percentages of Color #cfef71

%13
%0
%53
%6

Triadic Colors of #cfef71

#cfef71 #71cfef #ef71cf

Analogous Colors of #cfef71

#cfef71 #90ef71 #efd071

Monochromatic Colors of #cfef71

#cfef71

Complementary Color

#cfef71 #9171ef

#cfef71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfef71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfef71 Color CSS Codes

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

#cfef71 Text Font Color

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

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


#cfef71 Background Color

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

This div background color is #cfef71


#cfef71 Border Color

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

This div border color is #cfef71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfef71


Comments

No comments written yet.

Please login to write comment.