Color Hex Logo

#cbe52b Color Hex

#CBE52B
(203,229,43)
0 Favorites   0 Comments

Color spaces of #cbe52b

RGB 20322943
HSL0.190.780.53
HSV68°81°90°
CMYK 0.110.000.81   0.10
XYZ53.084068.909612.7886
Yxy68.90960.39390.5113
Hunter Lab83.0118-31.124348.9742
CIE-Lab86.4593-29.873978.7084

#cbe52b color RGB value is (203,229,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 00101011
Octal 313 345 53
Decimal 203 229 43
Hex CB E5 2B

RGB Percentages of Color #cbe52b

%42.74
%48.21
%9.05

CMYK Percentages of Color #cbe52b

%11
%0
%81
%10

Triadic Colors of #cbe52b

#cbe52b #2bcbe5 #e52bcb

Analogous Colors of #cbe52b

#cbe52b #6ee52b #e5a22b

Monochromatic Colors of #cbe52b

#cbe52b

Complementary Color

#cbe52b #452be5

#cbe52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe52b Color CSS Codes

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

#cbe52b Text Font Color

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

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


#cbe52b Background Color

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

This div background color is #cbe52b


#cbe52b Border Color

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

This div border color is #cbe52b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,229,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 #cbe52b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe52b


Comments

No comments written yet.

Please login to write comment.