Color Hex Logo

#cbeb1d Color Hex

#CBEB1D
(203,235,29)
0 Favorites   0 Comments

Color spaces of #cbeb1d

RGB 20323529
HSL0.190.840.52
HSV69°88°92°
CMYK 0.140.000.88   0.08
XYZ54.558772.201912.2232
Yxy72.20190.39260.5195
Hunter Lab84.9717-34.089050.9513
CIE-Lab88.0657-33.019982.9434

#cbeb1d color RGB value is (203,235,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 00011101
Octal 313 353 35
Decimal 203 235 29
Hex CB EB 1D

RGB Percentages of Color #cbeb1d

%43.47
%50.32
%6.21

CMYK Percentages of Color #cbeb1d

%14
%0
%88
%8

Triadic Colors of #cbeb1d

#cbeb1d #1dcbeb #eb1dcb

Analogous Colors of #cbeb1d

#cbeb1d #64eb1d #eba41d

Monochromatic Colors of #cbeb1d

#cbeb1d

Complementary Color

#cbeb1d #3d1deb

#cbeb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb1d Color CSS Codes

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

#cbeb1d Text Font Color

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

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


#cbeb1d Background Color

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

This div background color is #cbeb1d


#cbeb1d Border Color

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

This div border color is #cbeb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb1d


Comments

No comments written yet.

Please login to write comment.