Color Hex Logo

#cbd150 Color Hex

#CBD150
(203,209,80)
0 Favorites   0 Comments

Color spaces of #cbd150

RGB 20320980
HSL0.170.580.57
HSV63°62°82°
CMYK 0.030.000.62   0.18
XYZ48.877058.876616.3776
Yxy58.87660.39380.4743
Hunter Lab76.7311-20.576541.0568
CIE-Lab81.2237-18.485261.2634

#cbd150 color RGB value is (203,209,80).

#cbd150 hex color red value is 203, green value is 209 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cbd150 hue: 0.17 , saturation: 0.58 and the lightness value of cbd150 is 0.57.

The process color (four color CMYK) of #cbd150 color hex is 0.03, 0.00, 0.62, 0.18. Web safe color of #cbd150 is #cccc66. Color #cbd150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010001 01010000
Octal 313 321 120
Decimal 203 209 80
Hex CB D1 50

RGB Percentages of Color #cbd150

%41.26
%42.48
%16.26

CMYK Percentages of Color #cbd150

%3
%0
%62
%18

Triadic Colors of #cbd150

#cbd150 #50cbd1 #d150cb

Analogous Colors of #cbd150

#cbd150 #8bd150 #d19750

Monochromatic Colors of #cbd150

#cbd150

Complementary Color

#cbd150 #5650d1

#cbd150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd150 Color CSS Codes

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

#cbd150 Text Font Color

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

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


#cbd150 Background Color

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

This div background color is #cbd150


#cbd150 Border Color

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

This div border color is #cbd150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd150


Comments

No comments written yet.

Please login to write comment.