Color Hex Logo

#cbeb3c Color Hex

#CBEB3C
(203,235,60)
0 Favorites   0 Comments

Color spaces of #cbeb3c

RGB 20323560
HSL0.200.810.58
HSV71°74°92°
CMYK 0.140.000.74   0.08
XYZ55.152572.439415.3503
Yxy72.43940.38580.5068
Hunter Lab85.1113-33.276148.8847
CIE-Lab88.1797-32.009175.5285

#cbeb3c color RGB value is (203,235,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 00111100
Octal 313 353 74
Decimal 203 235 60
Hex CB EB 3C

RGB Percentages of Color #cbeb3c

%40.76
%47.19
%12.05

CMYK Percentages of Color #cbeb3c

%14
%0
%74
%8

Triadic Colors of #cbeb3c

#cbeb3c #3ccbeb #eb3ccb

Analogous Colors of #cbeb3c

#cbeb3c #74eb3c #ebb43c

Monochromatic Colors of #cbeb3c

#cbeb3c

Complementary Color

#cbeb3c #5c3ceb

#cbeb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb3c Color CSS Codes

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

#cbeb3c Text Font Color

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

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


#cbeb3c Background Color

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

This div background color is #cbeb3c


#cbeb3c Border Color

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

This div border color is #cbeb3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb3c


Comments

No comments written yet.

Please login to write comment.