Color Hex Logo

#cfe71e Color Hex

#CFE71E
(207,231,30)
0 Favorites   0 Comments

Color spaces of #cfe71e

RGB 20723130
HSL0.190.810.51
HSV67°87°91°
CMYK 0.100.000.87   0.09
XYZ54.542470.511011.9636
Yxy70.51100.39810.5146
Hunter Lab83.9708-31.006150.3323
CIE-Lab87.2469-29.532082.2196

#cfe71e color RGB value is (207,231,30).

#cfe71e hex color red value is 207, green value is 231 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cfe71e hue: 0.19 , saturation: 0.81 and the lightness value of cfe71e is 0.51.

The process color (four color CMYK) of #cfe71e color hex is 0.10, 0.00, 0.87, 0.09. Web safe color of #cfe71e is #ccff33. Color #cfe71e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100111 00011110
Octal 317 347 36
Decimal 207 231 30
Hex CF E7 1E

RGB Percentages of Color #cfe71e

%44.23
%49.36
%6.41

CMYK Percentages of Color #cfe71e

%10
%0
%87
%9

Triadic Colors of #cfe71e

#cfe71e #1ecfe7 #e71ecf

Analogous Colors of #cfe71e

#cfe71e #6be71e #e79b1e

Monochromatic Colors of #cfe71e

#cfe71e

Complementary Color

#cfe71e #361ee7

#cfe71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe71e Color CSS Codes

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

#cfe71e Text Font Color

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

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


#cfe71e Background Color

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

This div background color is #cfe71e


#cfe71e Border Color

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

This div border color is #cfe71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe71e


Comments

No comments written yet.

Please login to write comment.