Color Hex Logo

#cbd213 Color Hex

#CBD213
(203,210,19)
0 Favorites   0 Comments

Color spaces of #cbd213

RGB 20321019
HSL0.170.830.45
HSV62°91°82°
CMYK 0.030.000.91   0.18
XYZ47.792758.83679.4538
Yxy58.83670.41170.5068
Hunter Lab76.7051-23.015846.3861
CIE-Lab81.2018-21.374979.0276

#cbd213 color RGB value is (203,210,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 00010011
Octal 313 322 23
Decimal 203 210 19
Hex CB D2 13

RGB Percentages of Color #cbd213

%46.99
%48.61
%4.40

CMYK Percentages of Color #cbd213

%3
%0
%91
%18

Triadic Colors of #cbd213

#cbd213 #13cbd2 #d213cb

Analogous Colors of #cbd213

#cbd213 #6cd213 #d27a13

Monochromatic Colors of #cbd213

#cbd213

Complementary Color

#cbd213 #1a13d2

#cbd213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd213 Color CSS Codes

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

#cbd213 Text Font Color

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

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


#cbd213 Background Color

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

This div background color is #cbd213


#cbd213 Border Color

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

This div border color is #cbd213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd213


Comments

No comments written yet.

Please login to write comment.