Color Hex Logo

#cbeb3a Color Hex

#CBEB3A
(203,235,58)
0 Favorites   0 Comments

Color spaces of #cbeb3a

RGB 20323558
HSL0.200.820.57
HSV71°75°92°
CMYK 0.140.000.75   0.08
XYZ55.100772.418715.0771
Yxy72.41870.38640.5079
Hunter Lab85.0992-33.346949.0650
CIE-Lab88.1697-32.096976.1326

#cbeb3a color RGB value is (203,235,58).

#cbeb3a hex color red value is 203, green value is 235 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cbeb3a hue: 0.20 , saturation: 0.82 and the lightness value of cbeb3a is 0.57.

The process color (four color CMYK) of #cbeb3a color hex is 0.14, 0.00, 0.75, 0.08. Web safe color of #cbeb3a is #ccff33. Color #cbeb3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 00111010
Octal 313 353 72
Decimal 203 235 58
Hex CB EB 3A

RGB Percentages of Color #cbeb3a

%40.93
%47.38
%11.69

CMYK Percentages of Color #cbeb3a

%14
%0
%75
%8

Triadic Colors of #cbeb3a

#cbeb3a #3acbeb #eb3acb

Analogous Colors of #cbeb3a

#cbeb3a #73eb3a #ebb33a

Monochromatic Colors of #cbeb3a

#cbeb3a

Complementary Color

#cbeb3a #5a3aeb

#cbeb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb3a Color CSS Codes

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

#cbeb3a Text Font Color

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

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


#cbeb3a Background Color

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

This div background color is #cbeb3a


#cbeb3a Border Color

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

This div border color is #cbeb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb3a


Comments

No comments written yet.

Please login to write comment.