Color Hex Logo

#cbed0d Color Hex

#CBED0D
(203,237,13)
0 Favorites   0 Comments

Color spaces of #cbed0d

RGB 20323713
HSL0.190.900.49
HSV69°95°93°
CMYK 0.140.000.95   0.07
XYZ54.985473.293911.6299
Yxy73.29390.39300.5239
Hunter Lab85.6119-35.176751.8741
CIE-Lab88.5877-34.189585.4304

#cbed0d color RGB value is (203,237,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 00001101
Octal 313 355 15
Decimal 203 237 13
Hex CB ED D

RGB Percentages of Color #cbed0d

%44.81
%52.32
%2.87

CMYK Percentages of Color #cbed0d

%14
%0
%95
%7

Triadic Colors of #cbed0d

#cbed0d #0dcbed #ed0dcb

Analogous Colors of #cbed0d

#cbed0d #5bed0d #ed9f0d

Monochromatic Colors of #cbed0d

#cbed0d

Complementary Color

#cbed0d #2f0ded

#cbed0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed0d Color CSS Codes

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

#cbed0d Text Font Color

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

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


#cbed0d Background Color

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

This div background color is #cbed0d


#cbed0d Border Color

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

This div border color is #cbed0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed0d


Comments

No comments written yet.

Please login to write comment.