Color Hex Logo

#cfe152 Color Hex

#CFE152
(207,225,82)
0 Favorites   0 Comments

Color spaces of #cfe152

RGB 20722582
HSL0.190.700.60
HSV68°64°88°
CMYK 0.080.000.64   0.12
XYZ54.180367.725018.1993
Yxy67.72500.38670.4834
Hunter Lab82.2952-26.498444.4949
CIE-Lab85.8688-24.513365.4662

#cfe152 color RGB value is (207,225,82).

#cfe152 hex color red value is 207, green value is 225 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #cfe152 hue: 0.19 , saturation: 0.70 and the lightness value of cfe152 is 0.60.

The process color (four color CMYK) of #cfe152 color hex is 0.08, 0.00, 0.64, 0.12. Web safe color of #cfe152 is #cccc66. Color #cfe152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01010010
Octal 317 341 122
Decimal 207 225 82
Hex CF E1 52

RGB Percentages of Color #cfe152

%40.27
%43.77
%15.95

CMYK Percentages of Color #cfe152

%8
%0
%64
%12

Triadic Colors of #cfe152

#cfe152 #52cfe1 #e152cf

Analogous Colors of #cfe152

#cfe152 #88e152 #e1ac52

Monochromatic Colors of #cfe152

#cfe152

Complementary Color

#cfe152 #6452e1

#cfe152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe152 Color CSS Codes

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

#cfe152 Text Font Color

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

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


#cfe152 Background Color

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

This div background color is #cfe152


#cfe152 Border Color

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

This div border color is #cfe152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe152


Comments

No comments written yet.

Please login to write comment.