Color Hex Logo

#cbe10d Color Hex

#CBE10D
(203,225,13)
0 Favorites   0 Comments

Color spaces of #cbe10d

RGB 20322513
HSL0.180.890.47
HSV66°94°88°
CMYK 0.100.000.94   0.12
XYZ51.626566.576010.5102
Yxy66.57600.40110.5172
Hunter Lab81.5941-29.848649.4787
CIE-Lab85.2894-28.634882.8923

#cbe10d color RGB value is (203,225,13).

#cbe10d hex color red value is 203, green value is 225 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cbe10d hue: 0.18 , saturation: 0.89 and the lightness value of cbe10d is 0.47.

The process color (four color CMYK) of #cbe10d color hex is 0.10, 0.00, 0.94, 0.12. Web safe color of #cbe10d is #cccc00. Color #cbe10d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 00001101
Octal 313 341 15
Decimal 203 225 13
Hex CB E1 D

RGB Percentages of Color #cbe10d

%46.03
%51.02
%2.95

CMYK Percentages of Color #cbe10d

%10
%0
%94
%12

Triadic Colors of #cbe10d

#cbe10d #0dcbe1 #e10dcb

Analogous Colors of #cbe10d

#cbe10d #61e10d #e18d0d

Monochromatic Colors of #cbe10d

#cbe10d

Complementary Color

#cbe10d #230de1

#cbe10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe10d Color CSS Codes

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

#cbe10d Text Font Color

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

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


#cbe10d Background Color

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

This div background color is #cbe10d


#cbe10d Border Color

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

This div border color is #cbe10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe10d


Comments

No comments written yet.

Please login to write comment.