Color Hex Logo

#cbd614 Color Hex

#CBD614
(203,214,20)
0 Favorites   0 Comments

Color spaces of #cbd614

RGB 20321420
HSL0.180.830.46
HSV63°91°84°
CMYK 0.050.000.91   0.16
XYZ48.801460.84029.8330
Yxy60.84020.40850.5092
Hunter Lab78.0001-24.820347.1258
CIE-Lab82.2928-23.299879.7401

#cbd614 color RGB value is (203,214,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 00010100
Octal 313 326 24
Decimal 203 214 20
Hex CB D6 14

RGB Percentages of Color #cbd614

%46.45
%48.97
%4.58

CMYK Percentages of Color #cbd614

%5
%0
%91
%16

Triadic Colors of #cbd614

#cbd614 #14cbd6 #d614cb

Analogous Colors of #cbd614

#cbd614 #6ad614 #d68014

Monochromatic Colors of #cbd614

#cbd614

Complementary Color

#cbd614 #1f14d6

#cbd614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd614 Color CSS Codes

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

#cbd614 Text Font Color

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

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


#cbd614 Background Color

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

This div background color is #cbd614


#cbd614 Border Color

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

This div border color is #cbd614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd614


Comments

No comments written yet.

Please login to write comment.