Color Hex Logo

#cbed37 Color Hex

#CBED37
(203,237,55)
0 Favorites   0 Comments

Color spaces of #cbed37

RGB 20323755
HSL0.200.830.57
HSV71°77°93°
CMYK 0.140.000.77   0.07
XYZ55.602473.540714.8787
Yxy73.54070.38610.5106
Hunter Lab85.7559-34.336949.7423
CIE-Lab88.7050-33.142477.5113

#cbed37 color RGB value is (203,237,55).

#cbed37 hex color red value is 203, green value is 237 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cbed37 hue: 0.20 , saturation: 0.83 and the lightness value of cbed37 is 0.57.

The process color (four color CMYK) of #cbed37 color hex is 0.14, 0.00, 0.77, 0.07. Web safe color of #cbed37 is #ccff33. Color #cbed37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 00110111
Octal 313 355 67
Decimal 203 237 55
Hex CB ED 37

RGB Percentages of Color #cbed37

%41.01
%47.88
%11.11

CMYK Percentages of Color #cbed37

%14
%0
%77
%7

Triadic Colors of #cbed37

#cbed37 #37cbed #ed37cb

Analogous Colors of #cbed37

#cbed37 #70ed37 #edb437

Monochromatic Colors of #cbed37

#cbed37

Complementary Color

#cbed37 #5937ed

#cbed37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed37 Color CSS Codes

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

#cbed37 Text Font Color

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

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


#cbed37 Background Color

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

This div background color is #cbed37


#cbed37 Border Color

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

This div border color is #cbed37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed37


Comments

No comments written yet.

Please login to write comment.