Color Hex Logo

#cbed09 Color Hex

#CBED09
(203,237,9)
0 Favorites   0 Comments

Color spaces of #cbed09

RGB 2032379
HSL0.190.930.48
HSV69°96°93°
CMYK 0.140.000.96   0.07
XYZ54.962173.284611.5070
Yxy73.28460.39330.5244
Hunter Lab85.6064-35.208551.9549
CIE-Lab88.5833-34.229385.7582

#cbed09 color RGB value is (203,237,9).

#cbed09 hex color red value is 203, green value is 237 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cbed09 hue: 0.19 , saturation: 0.93 and the lightness value of cbed09 is 0.48.

The process color (four color CMYK) of #cbed09 color hex is 0.14, 0.00, 0.96, 0.07. Web safe color of #cbed09 is #ccff00. Color #cbed09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 00001001
Octal 313 355 11
Decimal 203 237 9
Hex CB ED 9

RGB Percentages of Color #cbed09

%45.21
%52.78
%2.00

CMYK Percentages of Color #cbed09

%14
%0
%96
%7

Triadic Colors of #cbed09

#cbed09 #09cbed #ed09cb

Analogous Colors of #cbed09

#cbed09 #59ed09 #ed9d09

Monochromatic Colors of #cbed09

#cbed09

Complementary Color

#cbed09 #2b09ed

#cbed09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed09 Color CSS Codes

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

#cbed09 Text Font Color

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

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


#cbed09 Background Color

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

This div background color is #cbed09


#cbed09 Border Color

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

This div border color is #cbed09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed09


Comments

No comments written yet.

Please login to write comment.