Color Hex Logo

#cbe01d Color Hex

#CBE01D
(203,224,29)
0 Favorites   0 Comments

Color spaces of #cbe01d

RGB 20322429
HSL0.180.770.50
HSV66°87°88°
CMYK 0.090.000.87   0.12
XYZ51.506066.096511.2056
Yxy66.09650.39990.5131
Hunter Lab81.2998-29.189148.7378
CIE-Lab85.0456-27.901780.4917

#cbe01d color RGB value is (203,224,29).

#cbe01d hex color red value is 203, green value is 224 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cbe01d hue: 0.18 , saturation: 0.77 and the lightness value of cbe01d is 0.50.

The process color (four color CMYK) of #cbe01d color hex is 0.09, 0.00, 0.87, 0.12. Web safe color of #cbe01d is #cccc33. Color #cbe01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 00011101
Octal 313 340 35
Decimal 203 224 29
Hex CB E0 1D

RGB Percentages of Color #cbe01d

%44.52
%49.12
%6.36

CMYK Percentages of Color #cbe01d

%9
%0
%87
%12

Triadic Colors of #cbe01d

#cbe01d #1dcbe0 #e01dcb

Analogous Colors of #cbe01d

#cbe01d #6ae01d #e0941d

Monochromatic Colors of #cbe01d

#cbe01d

Complementary Color

#cbe01d #321de0

#cbe01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe01d Color CSS Codes

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

#cbe01d Text Font Color

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

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


#cbe01d Background Color

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

This div background color is #cbe01d


#cbe01d Border Color

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

This div border color is #cbe01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe01d


Comments

No comments written yet.

Please login to write comment.