Color Hex Logo

#cbe014 Color Hex

#CBE014
(203,224,20)
0 Favorites   0 Comments

Color spaces of #cbe014

RGB 20322420
HSL0.180.840.48
HSV66°91°88°
CMYK 0.090.000.91   0.12
XYZ51.410566.058310.7027
Yxy66.05830.40110.5154
Hunter Lab81.2763-29.325049.0859
CIE-Lab85.0261-28.069981.8817

#cbe014 color RGB value is (203,224,20).

#cbe014 hex color red value is 203, green value is 224 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cbe014 hue: 0.18 , saturation: 0.84 and the lightness value of cbe014 is 0.48.

The process color (four color CMYK) of #cbe014 color hex is 0.09, 0.00, 0.91, 0.12. Web safe color of #cbe014 is #cccc00. Color #cbe014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 00010100
Octal 313 340 24
Decimal 203 224 20
Hex CB E0 14

RGB Percentages of Color #cbe014

%45.41
%50.11
%4.47

CMYK Percentages of Color #cbe014

%9
%0
%91
%12

Triadic Colors of #cbe014

#cbe014 #14cbe0 #e014cb

Analogous Colors of #cbe014

#cbe014 #65e014 #e08f14

Monochromatic Colors of #cbe014

#cbe014

Complementary Color

#cbe014 #2914e0

#cbe014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe014 Color CSS Codes

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

#cbe014 Text Font Color

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

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


#cbe014 Background Color

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

This div background color is #cbe014


#cbe014 Border Color

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

This div border color is #cbe014


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,224,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbe014; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbe014;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe014;
  box-shadow:         1px 1px 3px 2px #cbe014; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,224,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe014


Comments

No comments written yet.

Please login to write comment.