Color Hex Logo

#cbe11a Color Hex

#CBE11A
(203,225,26)
0 Favorites   0 Comments

Color spaces of #cbe11a

RGB 20322526
HSL0.190.790.49
HSV67°88°88°
CMYK 0.100.000.88   0.12
XYZ51.740366.621511.1095
Yxy66.62150.39960.5146
Hunter Lab81.6220-29.687149.0655
CIE-Lab85.3124-28.434781.2204

#cbe11a color RGB value is (203,225,26).

#cbe11a hex color red value is 203, green value is 225 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cbe11a hue: 0.19 , saturation: 0.79 and the lightness value of cbe11a is 0.49.

The process color (four color CMYK) of #cbe11a color hex is 0.10, 0.00, 0.88, 0.12. Web safe color of #cbe11a is #cccc33. Color #cbe11a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 00011010
Octal 313 341 32
Decimal 203 225 26
Hex CB E1 1A

RGB Percentages of Color #cbe11a

%44.71
%49.56
%5.73

CMYK Percentages of Color #cbe11a

%10
%0
%88
%12

Triadic Colors of #cbe11a

#cbe11a #1acbe1 #e11acb

Analogous Colors of #cbe11a

#cbe11a #68e11a #e1941a

Monochromatic Colors of #cbe11a

#cbe11a

Complementary Color

#cbe11a #301ae1

#cbe11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe11a Color CSS Codes

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

#cbe11a Text Font Color

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

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


#cbe11a Background Color

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

This div background color is #cbe11a


#cbe11a Border Color

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

This div border color is #cbe11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe11a


Comments

No comments written yet.

Please login to write comment.