Color Hex Logo

#cbe52e Color Hex

#CBE52E
(203,229,46)
0 Favorites   0 Comments

Color spaces of #cbe52e

RGB 20322946
HSL0.190.780.54
HSV69°80°90°
CMYK 0.110.000.80   0.10
XYZ53.141168.932413.0892
Yxy68.93240.39320.5100
Hunter Lab83.0255-31.044548.7706
CIE-Lab86.4706-29.775077.9664

#cbe52e color RGB value is (203,229,46).

#cbe52e hex color red value is 203, green value is 229 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cbe52e hue: 0.19 , saturation: 0.78 and the lightness value of cbe52e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 00101110
Octal 313 345 56
Decimal 203 229 46
Hex CB E5 2E

RGB Percentages of Color #cbe52e

%42.47
%47.91
%9.62

CMYK Percentages of Color #cbe52e

%11
%0
%80
%10

Triadic Colors of #cbe52e

#cbe52e #2ecbe5 #e52ecb

Analogous Colors of #cbe52e

#cbe52e #70e52e #e5a42e

Monochromatic Colors of #cbe52e

#cbe52e

Complementary Color

#cbe52e #482ee5

#cbe52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe52e Color CSS Codes

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

#cbe52e Text Font Color

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

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


#cbe52e Background Color

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

This div background color is #cbe52e


#cbe52e Border Color

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

This div border color is #cbe52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe52e


Comments

No comments written yet.

Please login to write comment.