Color Hex Logo

#cbed14 Color Hex

#CBED14
(203,237,20)
0 Favorites   0 Comments

Color spaces of #cbed14

RGB 20323720
HSL0.190.860.50
HSV69°92°93°
CMYK 0.140.000.92   0.07
XYZ55.039173.315411.9122
Yxy73.31540.39240.5227
Hunter Lab85.6244-35.103551.6886
CIE-Lab88.5979-34.098084.6863

#cbed14 color RGB value is (203,237,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 00010100
Octal 313 355 24
Decimal 203 237 20
Hex CB ED 14

RGB Percentages of Color #cbed14

%44.13
%51.52
%4.35

CMYK Percentages of Color #cbed14

%14
%0
%92
%7

Triadic Colors of #cbed14

#cbed14 #14cbed #ed14cb

Analogous Colors of #cbed14

#cbed14 #5fed14 #eda314

Monochromatic Colors of #cbed14

#cbed14

Complementary Color

#cbed14 #3614ed

#cbed14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed14 Color CSS Codes

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

#cbed14 Text Font Color

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

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


#cbed14 Background Color

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

This div background color is #cbed14


#cbed14 Border Color

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

This div border color is #cbed14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed14


Comments

No comments written yet.

Please login to write comment.