Color Hex Logo

#cbe20e Color Hex

#CBE20E
(203,226,14)
0 Favorites   0 Comments

Color spaces of #cbe20e

RGB 20322614
HSL0.180.880.47
HSV67°94°89°
CMYK 0.100.000.94   0.11
XYZ51.904267.120910.6355
Yxy67.12090.40030.5177
Hunter Lab81.9273-30.286149.6523
CIE-Lab85.5650-29.092583.0043

#cbe20e color RGB value is (203,226,14).

#cbe20e hex color red value is 203, green value is 226 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cbe20e hue: 0.18 , saturation: 0.88 and the lightness value of cbe20e is 0.47.

The process color (four color CMYK) of #cbe20e color hex is 0.10, 0.00, 0.94, 0.11. Web safe color of #cbe20e is #cccc00. Color #cbe20e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 00001110
Octal 313 342 16
Decimal 203 226 14
Hex CB E2 E

RGB Percentages of Color #cbe20e

%45.82
%51.02
%3.16

CMYK Percentages of Color #cbe20e

%10
%0
%94
%11

Triadic Colors of #cbe20e

#cbe20e #0ecbe2 #e20ecb

Analogous Colors of #cbe20e

#cbe20e #61e20e #e28f0e

Monochromatic Colors of #cbe20e

#cbe20e

Complementary Color

#cbe20e #250ee2

#cbe20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe20e Color CSS Codes

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

#cbe20e Text Font Color

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

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


#cbe20e Background Color

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

This div background color is #cbe20e


#cbe20e Border Color

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

This div border color is #cbe20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe20e


Comments

No comments written yet.

Please login to write comment.