Color Hex Logo

#cbed73 Color Hex

#CBED73
(203,237,115)
0 Favorites   0 Comments

Color spaces of #cbed73

RGB 203237115
HSL0.210.770.69
HSV77°51°93°
CMYK 0.140.000.51   0.07
XYZ58.007374.502727.5428
Yxy74.50270.36240.4655
Hunter Lab86.3149-31.091641.5012
CIE-Lab89.1595-29.157854.8225

#cbed73 color RGB value is (203,237,115).

#cbed73 hex color red value is 203, green value is 237 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cbed73 hue: 0.21 , saturation: 0.77 and the lightness value of cbed73 is 0.69.

The process color (four color CMYK) of #cbed73 color hex is 0.14, 0.00, 0.51, 0.07. Web safe color of #cbed73 is #ccff66. Color #cbed73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 01110011
Octal 313 355 163
Decimal 203 237 115
Hex CB ED 73

RGB Percentages of Color #cbed73

%36.58
%42.70
%20.72

CMYK Percentages of Color #cbed73

%14
%0
%51
%7

Triadic Colors of #cbed73

#cbed73 #73cbed #ed73cb

Analogous Colors of #cbed73

#cbed73 #8eed73 #edd273

Monochromatic Colors of #cbed73

#cbed73

Complementary Color

#cbed73 #9573ed

#cbed73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed73 Color CSS Codes

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

#cbed73 Text Font Color

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

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


#cbed73 Background Color

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

This div background color is #cbed73


#cbed73 Border Color

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

This div border color is #cbed73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed73


Comments

No comments written yet.

Please login to write comment.