Color Hex Logo

#cbe32b Color Hex

#CBE32B
(203,227,43)
0 Favorites   0 Comments

Color spaces of #cbe32b

RGB 20322743
HSL0.190.770.53
HSV68°81°89°
CMYK 0.110.000.81   0.11
XYZ52.533767.809112.6051
Yxy67.80910.39510.5100
Hunter Lab82.3463-30.230048.5666
CIE-Lab85.9109-28.938178.2337

#cbe32b color RGB value is (203,227,43).

#cbe32b hex color red value is 203, green value is 227 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cbe32b hue: 0.19 , saturation: 0.77 and the lightness value of cbe32b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 00101011
Octal 313 343 53
Decimal 203 227 43
Hex CB E3 2B

RGB Percentages of Color #cbe32b

%42.92
%47.99
%9.09

CMYK Percentages of Color #cbe32b

%11
%0
%81
%11

Triadic Colors of #cbe32b

#cbe32b #2bcbe3 #e32bcb

Analogous Colors of #cbe32b

#cbe32b #6fe32b #e39f2b

Monochromatic Colors of #cbe32b

#cbe32b

Complementary Color

#cbe32b #432be3

#cbe32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe32b Color CSS Codes

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

#cbe32b Text Font Color

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

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


#cbe32b Background Color

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

This div background color is #cbe32b


#cbe32b Border Color

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

This div border color is #cbe32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe32b


Comments

No comments written yet.

Please login to write comment.