Color Hex Logo

#cbda62 Color Hex

#CBDA62
(203,218,98)
0 Favorites   0 Comments

Color spaces of #cbda62

RGB 20321898
HSL0.190.620.62
HSV68°55°85°
CMYK 0.070.000.55   0.15
XYZ51.904663.721221.1190
Yxy63.72120.37960.4660
Hunter Lab79.8256-23.629540.1919
CIE-Lab83.8204-21.571856.3328

#cbda62 color RGB value is (203,218,98).

#cbda62 hex color red value is 203, green value is 218 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cbda62 hue: 0.19 , saturation: 0.62 and the lightness value of cbda62 is 0.62.

The process color (four color CMYK) of #cbda62 color hex is 0.07, 0.00, 0.55, 0.15. Web safe color of #cbda62 is #cccc66. Color #cbda62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 01100010
Octal 313 332 142
Decimal 203 218 98
Hex CB DA 62

RGB Percentages of Color #cbda62

%39.11
%42.00
%18.88

CMYK Percentages of Color #cbda62

%7
%0
%55
%15

Triadic Colors of #cbda62

#cbda62 #62cbda #da62cb

Analogous Colors of #cbda62

#cbda62 #8fda62 #daad62

Monochromatic Colors of #cbda62

#cbda62

Complementary Color

#cbda62 #7162da

#cbda62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda62 Color CSS Codes

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

#cbda62 Text Font Color

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

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


#cbda62 Background Color

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

This div background color is #cbda62


#cbda62 Border Color

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

This div border color is #cbda62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda62


Comments

No comments written yet.

Please login to write comment.