Color Hex Logo

#cbd713 Color Hex

#CBD713
(203,215,19)
0 Favorites   0 Comments

Color spaces of #cbd713

RGB 20321519
HSL0.180.840.46
HSV64°91°84°
CMYK 0.060.000.91   0.16
XYZ49.046661.34449.8717
Yxy61.34440.40780.5101
Hunter Lab78.3227-25.285847.3530
CIE-Lab82.5635-23.797580.0894

#cbd713 color RGB value is (203,215,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010111 00010011
Octal 313 327 23
Decimal 203 215 19
Hex CB D7 13

RGB Percentages of Color #cbd713

%46.45
%49.20
%4.35

CMYK Percentages of Color #cbd713

%6
%0
%91
%16

Triadic Colors of #cbd713

#cbd713 #13cbd7 #d713cb

Analogous Colors of #cbd713

#cbd713 #69d713 #d78113

Monochromatic Colors of #cbd713

#cbd713

Complementary Color

#cbd713 #1f13d7

#cbd713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd713 Color CSS Codes

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

#cbd713 Text Font Color

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

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


#cbd713 Background Color

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

This div background color is #cbd713


#cbd713 Border Color

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

This div border color is #cbd713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd713


Comments

No comments written yet.

Please login to write comment.