Color Hex Logo

#cbd068 Color Hex

#CBD068
(203,208,104)
0 Favorites   0 Comments

Color spaces of #cbd068

RGB 203208104
HSL0.170.530.61
HSV63°50°82°
CMYK 0.020.000.50   0.18
XYZ49.683258.807721.8291
Yxy58.80770.38120.4513
Hunter Lab76.6862-18.554836.8031
CIE-Lab81.1858-16.131250.5071

#cbd068 color RGB value is (203,208,104).

#cbd068 hex color red value is 203, green value is 208 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cbd068 hue: 0.17 , saturation: 0.53 and the lightness value of cbd068 is 0.61.

The process color (four color CMYK) of #cbd068 color hex is 0.02, 0.00, 0.50, 0.18. Web safe color of #cbd068 is #cccc66. Color #cbd068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01101000
Octal 313 320 150
Decimal 203 208 104
Hex CB D0 68

RGB Percentages of Color #cbd068

%39.42
%40.39
%20.19

CMYK Percentages of Color #cbd068

%2
%0
%50
%18

Triadic Colors of #cbd068

#cbd068 #68cbd0 #d068cb

Analogous Colors of #cbd068

#cbd068 #97d068 #d0a168

Monochromatic Colors of #cbd068

#cbd068

Complementary Color

#cbd068 #6d68d0

#cbd068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd068 Color CSS Codes

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

#cbd068 Text Font Color

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

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


#cbd068 Background Color

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

This div background color is #cbd068


#cbd068 Border Color

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

This div border color is #cbd068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd068


Comments

No comments written yet.

Please login to write comment.