Color Hex Logo

#cfe13a Color Hex

#CFE13A
(207,225,58)
0 Favorites   0 Comments

Color spaces of #cfe13a

RGB 20722558
HSL0.180.740.55
HSV66°74°88°
CMYK 0.080.000.74   0.12
XYZ53.421167.421314.2010
Yxy67.42130.39560.4993
Hunter Lab82.1105-27.561247.2231
CIE-Lab85.7163-25.801573.9468

#cfe13a color RGB value is (207,225,58).

#cfe13a hex color red value is 207, green value is 225 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cfe13a hue: 0.18 , saturation: 0.74 and the lightness value of cfe13a is 0.55.

The process color (four color CMYK) of #cfe13a color hex is 0.08, 0.00, 0.74, 0.12. Web safe color of #cfe13a is #cccc33. Color #cfe13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 00111010
Octal 317 341 72
Decimal 207 225 58
Hex CF E1 3A

RGB Percentages of Color #cfe13a

%42.24
%45.92
%11.84

CMYK Percentages of Color #cfe13a

%8
%0
%74
%12

Triadic Colors of #cfe13a

#cfe13a #3acfe1 #e13acf

Analogous Colors of #cfe13a

#cfe13a #7ce13a #e1a03a

Monochromatic Colors of #cfe13a

#cfe13a

Complementary Color

#cfe13a #4c3ae1

#cfe13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe13a Color CSS Codes

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

#cfe13a Text Font Color

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

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


#cfe13a Background Color

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

This div background color is #cfe13a


#cfe13a Border Color

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

This div border color is #cfe13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe13a


Comments

No comments written yet.

Please login to write comment.