Color Hex Logo

#cfe30b Color Hex

#CFE30B
(207,227,11)
0 Favorites   0 Comments

Color spaces of #cfe30b

RGB 20722711
HSL0.180.910.47
HSV66°95°89°
CMYK 0.090.000.95   0.11
XYZ53.261668.227710.6787
Yxy68.22770.40300.5162
Hunter Lab82.6001-29.451050.1549
CIE-Lab86.1202-27.953683.8370

#cfe30b color RGB value is (207,227,11).

#cfe30b hex color red value is 207, green value is 227 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cfe30b hue: 0.18 , saturation: 0.91 and the lightness value of cfe30b is 0.47.

The process color (four color CMYK) of #cfe30b color hex is 0.09, 0.00, 0.95, 0.11. Web safe color of #cfe30b is #cccc00. Color #cfe30b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 00001011
Octal 317 343 13
Decimal 207 227 11
Hex CF E3 B

RGB Percentages of Color #cfe30b

%46.52
%51.01
%2.47

CMYK Percentages of Color #cfe30b

%9
%0
%95
%11

Triadic Colors of #cfe30b

#cfe30b #0bcfe3 #e30bcf

Analogous Colors of #cfe30b

#cfe30b #63e30b #e38b0b

Monochromatic Colors of #cfe30b

#cfe30b

Complementary Color

#cfe30b #1f0be3

#cfe30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe30b Color CSS Codes

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

#cfe30b Text Font Color

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

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


#cfe30b Background Color

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

This div background color is #cfe30b


#cfe30b Border Color

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

This div border color is #cfe30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe30b


Comments

No comments written yet.

Please login to write comment.