Color Hex Logo

#cbe211 Color Hex

#CBE211
(203,226,17)
0 Favorites   0 Comments

Color spaces of #cbe211

RGB 20322617
HSL0.190.860.48
HSV67°92°89°
CMYK 0.100.000.92   0.11
XYZ51.926167.129710.7508
Yxy67.12970.40000.5172
Hunter Lab81.9327-30.255249.5732
CIE-Lab85.5694-29.054282.6803

#cbe211 color RGB value is (203,226,17).

#cbe211 hex color red value is 203, green value is 226 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #cbe211 hue: 0.19 , saturation: 0.86 and the lightness value of cbe211 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 00010001
Octal 313 342 21
Decimal 203 226 17
Hex CB E2 11

RGB Percentages of Color #cbe211

%45.52
%50.67
%3.81

CMYK Percentages of Color #cbe211

%10
%0
%92
%11

Triadic Colors of #cbe211

#cbe211 #11cbe2 #e211cb

Analogous Colors of #cbe211

#cbe211 #62e211 #e29111

Monochromatic Colors of #cbe211

#cbe211

Complementary Color

#cbe211 #2811e2

#cbe211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe211 Color CSS Codes

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

#cbe211 Text Font Color

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

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


#cbe211 Background Color

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

This div background color is #cbe211


#cbe211 Border Color

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

This div border color is #cbe211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe211


Comments

No comments written yet.

Please login to write comment.