Color Hex Logo

#cbed47 Color Hex

#CBED47
(203,237,71)
0 Favorites   0 Comments

Color spaces of #cbed47

RGB 20323771
HSL0.200.820.60
HSV72°70°93°
CMYK 0.140.000.70   0.07
XYZ56.050173.719817.2364
Yxy73.71980.38130.5015
Hunter Lab85.8602-33.729548.1997
CIE-Lab88.7899-32.389172.4810

#cbed47 color RGB value is (203,237,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 01000111
Octal 313 355 107
Decimal 203 237 71
Hex CB ED 47

RGB Percentages of Color #cbed47

%39.73
%46.38
%13.89

CMYK Percentages of Color #cbed47

%14
%0
%70
%7

Triadic Colors of #cbed47

#cbed47 #47cbed #ed47cb

Analogous Colors of #cbed47

#cbed47 #78ed47 #edbc47

Monochromatic Colors of #cbed47

#cbed47

Complementary Color

#cbed47 #6947ed

#cbed47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed47 Color CSS Codes

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

#cbed47 Text Font Color

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

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


#cbed47 Background Color

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

This div background color is #cbed47


#cbed47 Border Color

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

This div border color is #cbed47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed47


Comments

No comments written yet.

Please login to write comment.