Color Hex Logo

#cbd013 Color Hex

#CBD013
(203,208,19)
0 Favorites   0 Comments

Color spaces of #cbd013

RGB 20320819
HSL0.170.830.45
HSV62°91°82°
CMYK 0.020.000.91   0.18
XYZ47.302057.85539.2902
Yxy57.85530.41330.5055
Hunter Lab76.0627-22.103846.0023
CIE-Lab80.6583-20.397778.6044

#cbd013 color RGB value is (203,208,19).

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

The process color (four color CMYK) of #cbd013 color hex is 0.02, 0.00, 0.91, 0.18. Web safe color of #cbd013 is #cccc00. Color #cbd013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 00010011
Octal 313 320 23
Decimal 203 208 19
Hex CB D0 13

RGB Percentages of Color #cbd013

%47.21
%48.37
%4.42

CMYK Percentages of Color #cbd013

%2
%0
%91
%18

Triadic Colors of #cbd013

#cbd013 #13cbd0 #d013cb

Analogous Colors of #cbd013

#cbd013 #6dd013 #d07713

Monochromatic Colors of #cbd013

#cbd013

Complementary Color

#cbd013 #1813d0

#cbd013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd013 Color CSS Codes

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

#cbd013 Text Font Color

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

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


#cbd013 Background Color

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

This div background color is #cbd013


#cbd013 Border Color

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

This div border color is #cbd013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd013


Comments

No comments written yet.

Please login to write comment.