Color Hex Logo

#cbe43a Color Hex

#CBE43A
(203,228,58)
0 Favorites   0 Comments

Color spaces of #cbe43a

RGB 20322858
HSL0.190.760.56
HSV69°75°89°
CMYK 0.110.000.75   0.11
XYZ53.135768.488814.4221
Yxy68.48880.39060.5034
Hunter Lab82.7580-30.218547.5982
CIE-Lab86.2503-28.839574.3438

#cbe43a color RGB value is (203,228,58).

#cbe43a hex color red value is 203, green value is 228 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cbe43a hue: 0.19 , saturation: 0.76 and the lightness value of cbe43a is 0.56.

The process color (four color CMYK) of #cbe43a color hex is 0.11, 0.00, 0.75, 0.11. Web safe color of #cbe43a is #cccc33. Color #cbe43a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 00111010
Octal 313 344 72
Decimal 203 228 58
Hex CB E4 3A

RGB Percentages of Color #cbe43a

%41.51
%46.63
%11.86

CMYK Percentages of Color #cbe43a

%11
%0
%75
%11

Triadic Colors of #cbe43a

#cbe43a #3acbe4 #e43acb

Analogous Colors of #cbe43a

#cbe43a #76e43a #e4a83a

Monochromatic Colors of #cbe43a

#cbe43a

Complementary Color

#cbe43a #533ae4

#cbe43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe43a Color CSS Codes

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

#cbe43a Text Font Color

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

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


#cbe43a Background Color

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

This div background color is #cbe43a


#cbe43a Border Color

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

This div border color is #cbe43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe43a


Comments

No comments written yet.

Please login to write comment.