Color Hex Logo

#cbeb1e Color Hex

#CBEB1E
(203,235,30)
0 Favorites   0 Comments

Color spaces of #cbeb1e

RGB 20323530
HSL0.190.840.52
HSV69°87°92°
CMYK 0.140.000.87   0.08
XYZ54.571372.206912.2894
Yxy72.20690.39240.5192
Hunter Lab84.9746-34.071750.9075
CIE-Lab88.0681-32.998382.7736

#cbeb1e color RGB value is (203,235,30).

#cbeb1e hex color red value is 203, green value is 235 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cbeb1e hue: 0.19 , saturation: 0.84 and the lightness value of cbeb1e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 00011110
Octal 313 353 36
Decimal 203 235 30
Hex CB EB 1E

RGB Percentages of Color #cbeb1e

%43.38
%50.21
%6.41

CMYK Percentages of Color #cbeb1e

%14
%0
%87
%8

Triadic Colors of #cbeb1e

#cbeb1e #1ecbeb #eb1ecb

Analogous Colors of #cbeb1e

#cbeb1e #65eb1e #eba51e

Monochromatic Colors of #cbeb1e

#cbeb1e

Complementary Color

#cbeb1e #3e1eeb

#cbeb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb1e Color CSS Codes

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

#cbeb1e Text Font Color

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

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


#cbeb1e Background Color

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

This div background color is #cbeb1e


#cbeb1e Border Color

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

This div border color is #cbeb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb1e


Comments

No comments written yet.

Please login to write comment.