Color Hex Logo

#cbd715 Color Hex

#CBD715
(203,215,21)
0 Favorites   0 Comments

Color spaces of #cbd715

RGB 20321521
HSL0.180.820.46
HSV64°90°84°
CMYK 0.060.000.90   0.16
XYZ49.064461.35159.9655
Yxy61.35150.40760.5096
Hunter Lab78.3272-25.259647.2856
CIE-Lab82.5673-23.765479.8123

#cbd715 color RGB value is (203,215,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010111 00010101
Octal 313 327 25
Decimal 203 215 21
Hex CB D7 15

RGB Percentages of Color #cbd715

%46.24
%48.97
%4.78

CMYK Percentages of Color #cbd715

%6
%0
%90
%16

Triadic Colors of #cbd715

#cbd715 #15cbd7 #d715cb

Analogous Colors of #cbd715

#cbd715 #6ad715 #d78215

Monochromatic Colors of #cbd715

#cbd715

Complementary Color

#cbd715 #2115d7

#cbd715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd715 Color CSS Codes

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

#cbd715 Text Font Color

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

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


#cbd715 Background Color

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

This div background color is #cbd715


#cbd715 Border Color

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

This div border color is #cbd715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd715


Comments

No comments written yet.

Please login to write comment.