Color Hex Logo

#cbd029 Color Hex

#CBD029
(203,208,41)
0 Favorites   0 Comments

Color spaces of #cbd029

RGB 20320841
HSL0.170.670.49
HSV62°80°82°
CMYK 0.020.000.80   0.18
XYZ47.584757.968410.7789
Yxy57.96840.40900.4983
Hunter Lab76.1370-21.679444.9021
CIE-Lab80.7212-19.881374.2409

#cbd029 color RGB value is (203,208,41).

#cbd029 hex color red value is 203, green value is 208 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cbd029 hue: 0.17 , saturation: 0.67 and the lightness value of cbd029 is 0.49.

The process color (four color CMYK) of #cbd029 color hex is 0.02, 0.00, 0.80, 0.18. Web safe color of #cbd029 is #cccc33. Color #cbd029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 00101001
Octal 313 320 51
Decimal 203 208 41
Hex CB D0 29

RGB Percentages of Color #cbd029

%44.91
%46.02
%9.07

CMYK Percentages of Color #cbd029

%2
%0
%80
%18

Triadic Colors of #cbd029

#cbd029 #29cbd0 #d029cb

Analogous Colors of #cbd029

#cbd029 #78d029 #d08229

Monochromatic Colors of #cbd029

#cbd029

Complementary Color

#cbd029 #2e29d0

#cbd029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd029 Color CSS Codes

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

#cbd029 Text Font Color

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

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


#cbd029 Background Color

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

This div background color is #cbd029


#cbd029 Border Color

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

This div border color is #cbd029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd029


Comments

No comments written yet.

Please login to write comment.