Color Hex Logo

#cbef0d Color Hex

#CBEF0D
(203,239,13)
0 Favorites   0 Comments

Color spaces of #cbef0d

RGB 20323913
HSL0.190.900.49
HSV70°95°94°
CMYK 0.150.000.95   0.06
XYZ55.567774.458611.8240
Yxy74.45860.39170.5249
Hunter Lab86.2894-36.058052.2782
CIE-Lab89.1388-35.099385.8555

#cbef0d color RGB value is (203,239,13).

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

The process color (four color CMYK) of #cbef0d color hex is 0.15, 0.00, 0.95, 0.06. Web safe color of #cbef0d is #ccff00. Color #cbef0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 00001101
Octal 313 357 15
Decimal 203 239 13
Hex CB EF D

RGB Percentages of Color #cbef0d

%44.62
%52.53
%2.86

CMYK Percentages of Color #cbef0d

%15
%0
%95
%6

Triadic Colors of #cbef0d

#cbef0d #0dcbef #ef0dcb

Analogous Colors of #cbef0d

#cbef0d #5aef0d #efa20d

Monochromatic Colors of #cbef0d

#cbef0d

Complementary Color

#cbef0d #310def

#cbef0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbef0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbef0d Color CSS Codes

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

#cbef0d Text Font Color

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

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


#cbef0d Background Color

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

This div background color is #cbef0d


#cbef0d Border Color

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

This div border color is #cbef0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,239,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 #cbef0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbef0d


Comments

No comments written yet.

Please login to write comment.