Color Hex Logo

#cbd813 Color Hex

#CBD813
(203,216,19)
0 Favorites   0 Comments

Color spaces of #cbd813

RGB 20321619
HSL0.180.840.46
HSV64°91°85°
CMYK 0.060.000.91   0.15
XYZ49.302061.85539.9569
Yxy61.85530.40710.5107
Hunter Lab78.6481-25.738347.5476
CIE-Lab82.8364-24.278780.3021

#cbd813 color RGB value is (203,216,19).

#cbd813 hex color red value is 203, green value is 216 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cbd813 hue: 0.18 , saturation: 0.84 and the lightness value of cbd813 is 0.46.

The process color (four color CMYK) of #cbd813 color hex is 0.06, 0.00, 0.91, 0.15. Web safe color of #cbd813 is #cccc00. Color #cbd813 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 00010011
Octal 313 330 23
Decimal 203 216 19
Hex CB D8 13

RGB Percentages of Color #cbd813

%46.35
%49.32
%4.34

CMYK Percentages of Color #cbd813

%6
%0
%91
%15

Triadic Colors of #cbd813

#cbd813 #13cbd8 #d813cb

Analogous Colors of #cbd813

#cbd813 #69d813 #d88313

Monochromatic Colors of #cbd813

#cbd813

Complementary Color

#cbd813 #2013d8

#cbd813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd813 Color CSS Codes

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

#cbd813 Text Font Color

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

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


#cbd813 Background Color

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

This div background color is #cbd813


#cbd813 Border Color

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

This div border color is #cbd813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd813


Comments

No comments written yet.

Please login to write comment.